0% found this document useful (1 vote)
5K views

ADE Commands

The document provides instructions for using various commands in the Application Development Framework (ADF) such as ade beginmerge, ade co, ade ci, ade diff, and ade settransproperty. It also includes steps for running pre-merge tools on Java files, backporting bugs between releases, and bringing transactions from other branches. The document contains details on procedures for qualifying billing cycles and returning extension event transactions.

Uploaded by

lambati
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
5K views

ADE Commands

The document provides instructions for using various commands in the Application Development Framework (ADF) such as ade beginmerge, ade co, ade ci, ade diff, and ade settransproperty. It also includes steps for running pre-merge tools on Java files, backporting bugs between releases, and bringing transactions from other branches. The document contains details on procedures for qualifying billing cycles and returning extension event transactions.

Uploaded by

lambati
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

find .

-name test
ade refreshview { -label <labelname> | -latest [<labelseries>] |

ade setview <view_name> [-bad_servers <label_servers>]

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 createview -label <label_name> <view_name>

ade useview <view_name> : Set the working context to the specified view.

ade begintrans -bug <bug no >

ade co <file name > if in that directory else

ade ci <file name >

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 aborttrans [-force] [-purge] [-no_restore_dos | -no_restore

ade diff pjb_revenue_generation_pkg@@main/,....

for jave files :


for running jaudits : adf-config has to changed.. once pregmerge tool is run ..
cd $ADE_VIEW_ROOT/fusionapps
ade co -nc prj/componenets/projectsFinancals/.adf/META-INF/adf-config.xml
always refreshv iew

$ADE_VIEW_ROOT/fatools/opensource/jauditFixScripts/FinPreMErge/bin/fin_premerge.ksh
-DBRreakOnError=0
-d fusion_run_time/[email protected]:1522/in64063

revert to the old one by :


ade unbranch prj/componenets/projectsFinancals/.adf/META-INF/adf-config.xml

removes the adf-config.xml from transaction


check it as
ade describetrans

ade settransproperty -p BUG_NUM -v 14103006 14093593 14093555

=================
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)

(3:37:23 PM) [email protected]:


$ADE_VIEW_ROOT/fatools/opensource/jauditFixScripts/FinPreMerge/bin/fin_premerge.ksh
-d fusion_runtime/[email protected]:1522/in64056 -j
fusionapps/prj/components/projectsFinancials/billing/workarea/invoice/protectedUiMo
delTest/PjbInvoiceProtectedUiModelTest.jpr -DBreakOnError=0

To bring transaction from another branch to current branch:

ade begintrans -xbranchmerge -fromtrans ******* -no_restore

In : Get_Reg_ExtnEvt_Transactions

TYPE ExtnEventCurType is REF CURSOR;


l_ExtnEventCursor ExtnEventCurType;

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
);

You might also like