DBA Data[Home] [Help]

APPS.CSD_REPAIRS_UTIL dependencies on PO_REQUISITIONS_INTERFACE_ALL

Line 2507: 'Just before calling the FORALL insert to po_requisitions_interface_all');

2503: -- bulk bind the variables for the insert.
2504: IF ( FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
2505: FND_LOG.STRING( FND_LOG.LEVEL_EVENT,
2506: lc_mod_name,
2507: 'Just before calling the FORALL insert to po_requisitions_interface_all');
2508: END IF;
2509:
2510: forall j in 1 ..l_wip_entity_id_tbl.count
2511: insert into po_requisitions_interface_all (

Line 2511: insert into po_requisitions_interface_all (

2507: 'Just before calling the FORALL insert to po_requisitions_interface_all');
2508: END IF;
2509:
2510: forall j in 1 ..l_wip_entity_id_tbl.count
2511: insert into po_requisitions_interface_all (
2512: interface_source_code,
2513: destination_type_code,
2514: authorization_status,
2515: preparer_id, -- person id of the user name

Line 2821: FROM po_requisitions_interface_all

2817: THEN
2818: BEGIN
2819: SELECT 'Y'
2820: INTO l_dummy
2821: FROM po_requisitions_interface_all
2822: WHERE interface_source_code = 'CSD'
2823: AND process_flag IS NULL
2824: AND ROWNUM < 2;
2825: EXCEPTION