DBA Data[Home] [Help]

APPS.CSTPAPBR dependencies on WIP_FLOW_SCHEDULES

Line 1323: FROM wip_flow_schedules

1319: l_acct_rec.res_account,
1320: l_acct_rec.osp_account,
1321: l_acct_rec.ovhd_account,
1322: l_acct_class
1323: FROM wip_flow_schedules
1324: WHERE organization_id = i_ae_txn_rec.organization_id
1325: AND wip_entity_id = i_ae_txn_rec.txn_src_id;
1326: ELSE
1327: -- discrete jobs

Line 1523: from wip_flow_schedules

1519: l_acct_rec.mat_ovhd_account,
1520: l_acct_rec.res_account,
1521: l_acct_rec.osp_account,
1522: l_acct_rec.ovhd_account
1523: from wip_flow_schedules
1524: where organization_id = i_ae_txn_rec.organization_id
1525: and wip_entity_id = i_ae_txn_rec.txn_src_id;
1526: ELSE
1527: l_acct_rec.mat_account := i_ae_txn_rec.dist_acct_id;

Line 9070: from wip_flow_schedules

9066:
9067: l_stmt_num := 80;
9068: select count(wip_entity_id) /* Changed For bug No. 4586534 */
9069: into l_acct_exist
9070: from wip_flow_schedules
9071: where wip_entity_id = l_wip_entity_id;
9072:
9073: if (l_acct_exist = 0) then
9074: raise no_wfs_acct_error;

Line 9094: from wip_flow_schedules

9090: 5, nvl(overhead_variance_account,-1)),
9091: o_acct_id2)
9092: into o_acct_id1,
9093: o_acct_id2
9094: from wip_flow_schedules
9095: where wip_entity_id = l_wip_entity_id;
9096: end if;
9097: IF g_debug_flag = 'Y' THEN
9098: fnd_file.put_line(fnd_file.log,'Get_accts >>');