DBA Data[Home] [Help]

APPS.PA_XLA_INTF_REV_EVENTS dependencies on PA_IMPLEMENTATIONS

Line 70: FROM pa_implementations;

66: CURSOR c_ledger
67: IS
68: SELECT set_of_books_id,
69: org_id
70: FROM pa_implementations;
71:
72: CURSOR c_legal_entity(p_org_id number)
73: IS
74: SELECT TO_NUMBER(org_information2)

Line 238: ,P_Ledger_Id IN PA_Implementations_All.Set_Of_Books_Id%TYPE

234: ,P_Transfer_Status_Code IN PA_Draft_Revenues_All.Transfer_Status_Code%TYPE
235: ,P_Source_Distribution_Id_Num_1 IN XLA_Distribution_Links.Source_Distribution_Id_Num_1%TYPE
236: ,P_Source_Distribution_Id_Num_2 IN XLA_Distribution_Links.Source_Distribution_Id_Num_2%TYPE
237: ,P_Distribution_Type IN XLA_Distribution_Links.SOURCE_DISTRIBUTION_TYPE%TYPE
238: ,P_Ledger_Id IN PA_Implementations_All.Set_Of_Books_Id%TYPE
239: )
240: RETURN NUMBER
241: IS
242: l_ccid PA_Cost_Distribution_Lines_All.Dr_Code_Combination_Id%TYPE;