DBA Data[Home] [Help]

APPS.JAI_RGM_GST_ACCOUNTING_PKG dependencies on MTL_PARAMETERS_VIEW

Line 126: FROM mtl_parameters_view

122: CURSOR cur_interorg_accts
123: (cpn_organization_id NUMBER) IS
124: SELECT interorg_payables_account,
125: interorg_receivables_account
126: FROM mtl_parameters_view
127: WHERE organization_id = cpn_organization_id;
128:
129: r_interorg_accts cur_interorg_accts%rowtype;
130: