DBA Data[Home] [Help]

APPS.PA_XLA_INTERFACE_PKG dependencies on PA_IMPLEMENTATIONS

Line 234: from pa_implementations ;

230: END IF;
231:
232: select org_id, set_of_books_id, def_supplier_cost_cr_ccid
233: into g_org_id, g_ledger_id, g_imp_cr_ccid
234: from pa_implementations ;
235:
236: select to_number(org_information2)
237: into g_legal_entity_id
238: from hr_organization_information

Line 2224: ,P_Ledger_Id IN PA_Implementations_All.Set_Of_Books_Id%TYPE

2220: ,P_Distribution_Id_2 IN XLA_Distribution_Links.Source_Distribution_Id_Num_2%TYPE
2221: ,P_Distribution_Type IN VARCHAR2
2222: ,P_Ccid IN PA_Cost_Distribution_Lines_All.Dr_Code_Combination_Id%TYPE DEFAULT NULL
2223: ,P_Account_Type IN VARCHAR2 DEFAULT 'DEBIT'
2224: ,P_Ledger_Id IN PA_Implementations_All.Set_Of_Books_Id%TYPE
2225: )
2226: RETURN NUMBER
2227: IS
2228: l_application_id XLA_Distribution_Links.Application_Id%TYPE;