DBA Data[Home] [Help]

APPS.JAI_RCV_DELIVER_RTR_PKG dependencies on CST_COST_GROUP_ACCOUNTS

Line 2147: FROM cst_cost_group_accounts

2143:
2144: /* cursor to get the material account pertaining to the cost group passed */
2145: CURSOR c_material_account_cg(cp_cost_group_id number) is
2146: SELECT material_account
2147: FROM cst_cost_group_accounts
2148: WHERE cost_group_id = cp_cost_group_id;
2149:
2150: /* cursor to get the material account */
2151: CURSOR c_material_account(cp_organization_id number , cp_subinventory varchar2) is