DBA Data[Home] [Help]

APPS.PA_YEAR_END_ROLLOVER_PKG dependencies on PA_BUDGET_ACCOUNT_PKG

Line 987: PA_BUDGET_ACCOUNT_PKG.Gen_Account (

983: -- # Call Account generator to generate accounts on all the new lines
984: -- # that were created, calling it in 'Submit Mode'
985: -- # This call is being made so that the working budget will also have all ccid's
986:
987: PA_BUDGET_ACCOUNT_PKG.Gen_Account (
988: P_Budget_Version_ID => l_Work_Budget_Version_Id,
989: P_Calling_Mode => 'SUBMIT',
990: X_Return_Status => l_return_status,
991: X_Msg_Count => l_msg_count,

Line 1084: PA_BUDGET_ACCOUNT_PKG.Gen_Acct_All_Lines (

1080: -- ## and generate the acccount for these lines
1081: -- ## Note: Use Gen_Acct_All_Lines which is a non-autonomous procedure as the
1082: -- ## baselined budget is not saved yet.
1083:
1084: PA_BUDGET_ACCOUNT_PKG.Gen_Acct_All_Lines (
1085: P_Budget_Version_ID => l_New_Budget_Version_ID,
1086: P_Calling_Mode => 'BASELINE' ,
1087: P_Budget_Type_Code => l_Budget_Type_Code,
1088: P_Budget_Entry_Level_Code => l_Entry_Level_Code,