DBA Data[Home] [Help]

APPS.PO_CREATE_ISO dependencies on OE_ACTIONS_IFACE_ALL

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

363: -- Bug 13889095 reset the counter when enter a new order
364: l_req_line_number := 1;
365:
366: /* Bug # 1653150
367: Added the if to Insert in to OE_ACTIONS_IFACE_ALL only when the Header
368: was inserted. */
369:
370: IF SQL%ROWCOUNT>0 then
371:

Line 376: Used OE_ACTIONS_IFACE_ALL rather than OE_ACTIONS_INTERFACE as it was

372: Fnd_File.Put_Line(FND_FILE.LOG, '-----');
373: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Inserting Header : '||to_char(l_req_hdr_id));
374:
375: /* Bug # 1653150
376: Used OE_ACTIONS_IFACE_ALL rather than OE_ACTIONS_INTERFACE as it was
377: inserting with the Org_id of the Destination Org. This resulted in Sales
378: Order not getting Created in a Booked State. */
379:
380: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Getting the customer id');

Line 400: INSERT INTO OE_ACTIONS_IFACE_ALL

396: End;
397:
398: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Getting the customer id: ' || l_customer_id);
399:
400: INSERT INTO OE_ACTIONS_IFACE_ALL
401: (ORDER_SOURCE_ID,
402: ORIG_SYS_DOCUMENT_REF,
403: OPERATION_CODE,
404: ORG_ID,