DBA Data[Home] [Help]

APPS.JAI_RCV_DELIVER_RTR_PKG dependencies on CST_COST_GROUP_ACCOUNTS

Line 1983: FROM cst_cost_group_accounts

1979:
1980: /* cursor to get the material account pertaining to the cost group passed */
1981: CURSOR c_material_account_cg(cp_cost_group_id number) is
1982: SELECT material_account
1983: FROM cst_cost_group_accounts
1984: WHERE cost_group_id = cp_cost_group_id;
1985:
1986: /* cursor to get the material account */
1987: CURSOR c_material_account(cp_organization_id number , cp_subinventory varchar2) is