DBA Data[Home] [Help]

APPS.CSTPPPSC dependencies on MTL_TRANSACTIONS_INTERFACE

Line 1200: FROM mtl_transactions_interface mti

1196: /* **************************************************************************** */
1197:
1198: CURSOR cur_mti(l_current_cost_group_id NUMBER,l_closing_pac_period_id NUMBER) IS
1199: SELECT count(1)
1200: FROM mtl_transactions_interface mti
1201: WHERE mti.organization_id IN
1202: (select ccga.organization_id
1203: from cst_cost_group_assignments ccga
1204: where ccga.cost_group_id = l_current_cost_group_id)