DBA Data[Home] [Help]

APPS.CSTPAPBR dependencies on WIP_FLOW_SCHEDULES

Line 1105: FROM wip_flow_schedules

1101: l_acct_rec.res_account,
1102: l_acct_rec.osp_account,
1103: l_acct_rec.ovhd_account,
1104: l_acct_class
1105: FROM wip_flow_schedules
1106: WHERE organization_id = i_ae_txn_rec.organization_id
1107: AND wip_entity_id = i_ae_txn_rec.txn_src_id;
1108: ELSE
1109: -- discrete jobs

Line 1305: from wip_flow_schedules

1301: l_acct_rec.mat_ovhd_account,
1302: l_acct_rec.res_account,
1303: l_acct_rec.osp_account,
1304: l_acct_rec.ovhd_account
1305: from wip_flow_schedules
1306: where organization_id = i_ae_txn_rec.organization_id
1307: and wip_entity_id = i_ae_txn_rec.txn_src_id;
1308: ELSE
1309: l_acct_rec.mat_account := i_ae_txn_rec.dist_acct_id;

Line 8629: from wip_flow_schedules

8625:
8626: l_stmt_num := 80;
8627: select count(wip_entity_id) /* Changed For bug No. 4586534 */
8628: into l_acct_exist
8629: from wip_flow_schedules
8630: where wip_entity_id = l_wip_entity_id;
8631:
8632: if (l_acct_exist = 0) then
8633: raise no_wfs_acct_error;

Line 8653: from wip_flow_schedules

8649: 5, nvl(overhead_variance_account,-1)),
8650: o_acct_id2)
8651: into o_acct_id1,
8652: o_acct_id2
8653: from wip_flow_schedules
8654: where wip_entity_id = l_wip_entity_id;
8655: end if;
8656: IF g_debug_flag = 'Y' THEN
8657: fnd_file.put_line(fnd_file.log,'Get_accts >>');