DBA Data[Home] [Help]

APPS.CSTPACDP dependencies on WIP_DISCRETE_JOBS

Line 1003: from wip_discrete_jobs wdj,

999: If (i_flow_schedule <> 1) THEN
1000:
1001: select decode(class_type,1,0,3,0,1), -1
1002: into l_exp_sub2, l_exp_acct2
1003: from wip_discrete_jobs wdj,
1004: wip_accounting_classes wac
1005: where
1006: wdj.wip_entity_id = I_TXN_SRC_ID and
1007: wdj.class_code = wac.class_code and

Line 1111: from wip_discrete_jobs

1107: select material_account, material_overhead_account, resource_account,
1108: outside_processing_account, overhead_account, class_code
1109: into l_mat_acct, l_mat_ovhd_acct, l_res_acct, l_osp_acct, l_ovhd_acct,
1110: l_acct_class
1111: from wip_discrete_jobs
1112: where organization_id = i_org_id
1113: and wip_entity_id = i_txn_src_id;
1114:
1115: ELSE

Line 1284: from wip_discrete_jobs

1280: select material_account, material_overhead_account, resource_account,
1281: outside_processing_account, overhead_account, class_code
1282: into l_mat_acct, l_mat_ovhd_acct, l_res_acct, l_osp_acct, l_ovhd_acct,
1283: l_acct_class
1284: from wip_discrete_jobs
1285: where organization_id = i_org_id
1286: and wip_entity_id = i_txn_src_id;
1287:
1288: ELSE