DBA Data[Home] [Help]

APPS.CSTPACDP dependencies on WIP_DISCRETE_JOBS

Line 912: from wip_discrete_jobs wdj,

908: If (i_flow_schedule <> 1) THEN
909:
910: select decode(class_type,1,0,3,0,1), -1
911: into l_exp_sub2, l_exp_acct2
912: from wip_discrete_jobs wdj,
913: wip_accounting_classes wac
914: where
915: wdj.wip_entity_id = I_TXN_SRC_ID and
916: wdj.class_code = wac.class_code and

Line 1020: from wip_discrete_jobs

1016: select material_account, material_overhead_account, resource_account,
1017: outside_processing_account, overhead_account, class_code
1018: into l_mat_acct, l_mat_ovhd_acct, l_res_acct, l_osp_acct, l_ovhd_acct,
1019: l_acct_class
1020: from wip_discrete_jobs
1021: where organization_id = i_org_id
1022: and wip_entity_id = i_txn_src_id;
1023:
1024: ELSE

Line 1193: from wip_discrete_jobs

1189: select material_account, material_overhead_account, resource_account,
1190: outside_processing_account, overhead_account, class_code
1191: into l_mat_acct, l_mat_ovhd_acct, l_res_acct, l_osp_acct, l_ovhd_acct,
1192: l_acct_class
1193: from wip_discrete_jobs
1194: where organization_id = i_org_id
1195: and wip_entity_id = i_txn_src_id;
1196:
1197: ELSE