DBA Data[Home] [Help]

APPS.CSTPPPSC dependencies on MTL_TRANSACTIONS_INTERFACE

Line 1141: FROM mtl_transactions_interface mti

1137: /* **************************************************************************** */
1138:
1139: CURSOR cur_mti(l_current_cost_group_id NUMBER,l_closing_pac_period_id NUMBER) IS
1140: SELECT count(1)
1141: FROM mtl_transactions_interface mti
1142: WHERE mti.organization_id IN
1143: (select ccga.organization_id
1144: from cst_cost_group_assignments ccga
1145: where ccga.cost_group_id = l_current_cost_group_id)