DBA Data[Home] [Help]

APPS.PO_CREATE_ISO dependencies on OE_ACTIONS_IFACE_ALL

Line 301: Added the if to Insert in to OE_ACTIONS_IFACE_ALL only when the Header

297:
298: l_req_hdr_id_prev := l_req_hdr_id;
299:
300: /* Bug # 1653150
301: Added the if to Insert in to OE_ACTIONS_IFACE_ALL only when the Header
302: was inserted. */
303:
304: IF SQL%ROWCOUNT>0 then
305:

Line 310: Used OE_ACTIONS_IFACE_ALL rather than OE_ACTIONS_INTERFACE as it was

306: Fnd_File.Put_Line(FND_FILE.LOG, '-----');
307: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Inserting Header : '||to_char(l_req_hdr_id));
308:
309: /* Bug # 1653150
310: Used OE_ACTIONS_IFACE_ALL rather than OE_ACTIONS_INTERFACE as it was
311: inserting with the Org_id of the Destination Org. This resulted in Sales
312: Order not getting Created in a Booked State. */
313:
314: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Getting the customer id');

Line 334: INSERT INTO OE_ACTIONS_IFACE_ALL

330: End;
331:
332: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Getting the customer id: ' || l_customer_id);
333:
334: INSERT INTO OE_ACTIONS_IFACE_ALL
335: (ORDER_SOURCE_ID,
336: ORIG_SYS_DOCUMENT_REF,
337: OPERATION_CODE,
338: ORG_ID,