DBA Data[Home] [Help]

APPS.PA_YEAR_END_ROLLOVER_PKG dependencies on PA_BUDGET_ACCOUNT_PKG

Line 930: PA_BUDGET_ACCOUNT_PKG.Gen_Account (

926: -- # Call Account generator to generate accounts on all the new lines
927: -- # that were created, calling it in 'Submit Mode'
928: -- # This call is being made so that the working budget will also have all ccid's
929:
930: PA_BUDGET_ACCOUNT_PKG.Gen_Account (
931: P_Budget_Version_ID => l_Work_Budget_Version_Id,
932: P_Calling_Mode => 'SUBMIT',
933: X_Return_Status => l_return_status,
934: X_Msg_Count => l_msg_count,

Line 1027: PA_BUDGET_ACCOUNT_PKG.Gen_Acct_All_Lines (

1023: -- ## and generate the acccount for these lines
1024: -- ## Note: Use Gen_Acct_All_Lines which is a non-autonomous procedure as the
1025: -- ## baselined budget is not saved yet.
1026:
1027: PA_BUDGET_ACCOUNT_PKG.Gen_Acct_All_Lines (
1028: P_Budget_Version_ID => l_New_Budget_Version_ID,
1029: P_Calling_Mode => 'BASELINE' ,
1030: P_Budget_Type_Code => l_Budget_Type_Code,
1031: P_Budget_Entry_Level_Code => l_Entry_Level_Code,