ADE Commands
ADE Commands
-name test
ade refreshview { -label <labelname> | -latest [<labelseries>] |
ade okdstry
ade okinit
rws66484fwks:1522/rws66484
----
ade showseries fusionapps
ade showlabels -series FUSIONAPPS_PT.PRJM6A_linux
ade createview -series FUSIONAPPS_PT.PRJM6A_linux -latest <view_name>
ade useview <view_name> : Set the working context to the specified view.
ade beginmerge (<< IF the view is not at the latest label then it shows then
excute command : ade refreshview -latest)
ade mergetrans
ade endmerge
$ADE_VIEW_ROOT/fatools/opensource/jauditFixScripts/FinPreMErge/bin/fin_premerge.ksh
-DBRreakOnError=0
-d fusion_run_time/[email protected]:1522/in64063
=================
backport bug to RUP3 from REl6 INT
-bl lable is the label on which view has been created
ade begintrans -bug 14271955 -fromtrans lveerubh_bug-14189616 -bl
FUSIONAPPS_11.1.4PRJ_LINUX.X64_120713.1500.S
==========================
ant patch -f ../fabuildtools/lib/build-patch.xml -Dmode=dev
-DgraphFile=build_metadata/graph.xml -Dbaseproductfamily=prj -Dbug=14189616
-Dtransaction =lveerubh_rfi_backport_14189616_11.1.4.0.0
(To build the patch... Command used by ARU)
In : Get_Reg_ExtnEvt_Transactions
Get_Reg_EI_Transactions
OPEN l_RegEICursor FOR G_RegEIIncrdStmt USING l_ClineStartDate,
l_ClineEndDate, l_ClineStartDate, l_ClineEndDate,
-----------------------------------------------------------------------------------
-------------
-- This procedure will return Y if the next billing
date for this bill plan falls within
-- current bill from date and bill to date
-----------------------------------------------------------------------------------
-------------
pjb_billing_utils.Qualify_Billing_Cycle
(
p_ContractId => p_ContractId,
p_BillPlanId =>
G_BillPlanRec.bill_plan_id,
p_BillingCycleId =>
G_BillPlanRec.billing_cycle_id,
p_BillOffsetDays =>
G_BillPlanRec.first_billing_offset_days,
p_BillToDate => G_BillToDate,
p_ContractStartDate =>
G_ContTable.start_date(G_ContIndex),
p_ContractEndDate =>
G_ContTable.end_date(G_ContIndex),
x_EligibleForInv =>
l_EligibleBillCycle,
X_RETURN_STATUS => l_ReturnStatus,
X_MSG_COUNT => l_MsgCount,
X_MSG_DATA => l_MsgData
);