DBA Data[Home] [Help]

APPS.JMF_SHIKYU_PO_PVT dependencies on PO_HEADERS_INTERFACE

Line 21: --| PO_HEADERS_INTERFACE table. |

17: --| procedure for the following: |
18: --| 1) Select the location_id of the TP |
19: --| organization and insert into the |
20: --| ship_to_location_id column of the |
21: --| PO_HEADERS_INTERFACE table. |
22: --| 2) Modified the wait logic after |
23: --| kicking off the concurrent request |
24: --| for PDOI. |
25: --| 11/11/2005 vchu Modified the Process_Replenishment_PO |

Line 27: --| process_code to po_headers_interface |

23: --| kicking off the concurrent request |
24: --| for PDOI. |
25: --| 11/11/2005 vchu Modified the Process_Replenishment_PO |
26: --| to insert creation_date, batch_id and |
27: --| process_code to po_headers_interface |
28: --| table. Also modified the call to |
29: --| FND_REQUEST.submit_request to include |
30: --| the generated batch_id as parameter. |
31: --| 12/23/2005 vchu Modified the Process_Replenishment_PO |

Line 266: , po_headers_interface_s.nextval

262: WHERE org_id = l_org_id;
263:
264: SELECT to_number(hoi.org_information3)
265: , to_number(hoi.org_information4)
266: , po_headers_interface_s.nextval
267: , po_lines_interface_s.nextval
268: INTO l_vendor_id
269: , l_vendor_site_id
270: , l_interface_header_id

Line 426: INSERT INTO po_headers_interface

422: -- Bug fix for 4997572
423: -- Stamp the reference_num with the concatenation of the subcontract po
424: -- shipment id and interface header id instead of shikyu component id
425:
426: INSERT INTO po_headers_interface
427: ( interface_header_id
428: , action
429: , document_type_code
430: , document_num

Line 473: , G_PKG_NAME || ': Inserted into po_headers_interface');

469: IF g_log_enabled THEN
470: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
471: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE
472: , G_PKG_NAME
473: , G_PKG_NAME || ': Inserted into po_headers_interface');
474: END IF;
475: END IF;
476:
477: -- Bug fix for 4997572