DBA Data[Home] [Help]

APPS.PA_MASS_ADDITIONS_CREATE_PKG dependencies on GL_CODE_COMBINATIONS

Line 118: from gl_code_combinations

114: ** Identify the account is assets type account.
115: */
116: Cursor c_assets_account(p_ccid in number) is
117: select 1
118: from gl_code_combinations
119: where code_combination_id = p_ccid
120: and account_type = 'A' ;
121:
122: Cursor c_assets_tracking_flagA ( p_related_id NUMBER) is

Line 282: gl_code_combinations glcc,

278: xla_ae_headers xah,
279: ap_alc_ledger_gt algt,
280: xla_ae_lines xal,
281: ap_acct_class_code_gt aagt,
282: gl_code_combinations glcc,
283: --
284: -- bug:4778189 - cross charge projects related transactions didn't generate assets.
285: --
286: pa_projects_all p,

Line 940: gl_code_combinations glcc,

936: xla_ae_headers xah,
937: xla_ae_lines xal,
938: ap_alc_ledger_gt algt,
939: ap_acct_class_code_gt aagt,
940: gl_code_combinations glcc,
941: pa_projects_all p,
942: pa_project_types_all pt
943: where ei.expenditure_item_id = cdl.expenditure_item_id
944: and cdl.expenditure_item_id = eic.expenditure_item_id (+)

Line 1628: gl_code_combinations glcc,

1624: financials_system_params_all fsp,
1625: po_vendors pov,
1626: ap_alc_ledger_gt algt,
1627: ap_acct_class_code_gt aagt,
1628: gl_code_combinations glcc,
1629: pa_projects_all p,
1630: pa_project_types_all pt
1631: where ei.expenditure_item_id = cdl.expenditure_item_id
1632: and cdl.expenditure_item_id = eic.expenditure_item_id (+)