DBA Data[Home] [Help]

APPS.PA_XLA_INTERFACE_PKG dependencies on PA_IMPLEMENTATIONS

Line 239: from pa_implementations ;

235: END IF;
236:
237: select org_id, set_of_books_id, def_supplier_cost_cr_ccid
238: into g_org_id, g_ledger_id, g_imp_cr_ccid
239: from pa_implementations ;
240:
241: select to_number(org_information2)
242: into g_legal_entity_id
243: from hr_organization_information

Line 2234: ,P_Ledger_Id IN PA_Implementations_All.Set_Of_Books_Id%TYPE

2230: ,P_Distribution_Id_2 IN XLA_Distribution_Links.Source_Distribution_Id_Num_2%TYPE
2231: ,P_Distribution_Type IN VARCHAR2
2232: ,P_Ccid IN PA_Cost_Distribution_Lines_All.Dr_Code_Combination_Id%TYPE DEFAULT NULL
2233: ,P_Account_Type IN VARCHAR2 DEFAULT 'DEBIT'
2234: ,P_Ledger_Id IN PA_Implementations_All.Set_Of_Books_Id%TYPE
2235: )
2236: RETURN NUMBER
2237: IS
2238: l_application_id XLA_Distribution_Links.Application_Id%TYPE;