DBA Data[Home] [Help]

APPS.PO_INTERFACE_S dependencies on PO_ACTIONS

Line 5739: IF NOT po_actions.close_po(x_po_release_id,

5735: IF (g_document_type = 'PO') THEN
5736: IF (g_document_subtype = 'RELEASE') THEN
5737: x_doctype := 'RELEASE';
5738: /* Bug 4016505 Start */
5739: IF NOT po_actions.close_po(x_po_release_id,
5740: x_doctype,
5741: g_document_subtype,
5742: x_po_line_id,
5743: x_line_location_id,

Line 5758: IF NOT po_actions.close_po(interface.po_header_id,

5754: /* Bug 4016505 End */
5755: ELSE
5756: x_doctype := 'PO';
5757: /* Bug 4016505 Start */
5758: IF NOT po_actions.close_po(interface.po_header_id,
5759: x_doctype,
5760: g_document_subtype,
5761: x_po_line_id,
5762: x_line_location_id,

Line 5783: IF NOT po_actions.close_po(interface.po_header_id,

5779: p_token => l_progress,
5780: p_message => 'Create shipment: Before calling Auto close');
5781: END IF;
5782:
5783: IF NOT po_actions.close_po(interface.po_header_id,
5784: x_doctype,
5785: g_document_subtype,
5786: x_po_line_id,
5787: x_line_location_id,

Line 5817: IF not po_actions.close_po(x_po_release_id,

5813: IF (g_mode = 'ADD') THEN
5814: IF (g_document_subtype = 'RELEASE') THEN
5815: x_doctype := 'RELEASE';
5816: /* Bug 4016505 Start */
5817: IF not po_actions.close_po(x_po_release_id,
5818: x_doctype,
5819: g_document_subtype,
5820: x_po_line_id,
5821: x_line_location_id,

Line 5835: IF not po_actions.close_po(interface.po_header_id,

5831: /* Bug 4016505 End */
5832: ELSE
5833: x_doctype := 'PO';
5834: /* Bug 4016505 Start */
5835: IF not po_actions.close_po(interface.po_header_id,
5836: x_doctype,
5837: g_document_subtype,
5838: x_po_line_id,
5839: x_line_location_id,

Line 5852: IF not po_actions.close_po(interface.po_header_id,

5848: /* Bug 4016505 End */
5849: END IF;
5850:
5851: l_progress := '150';
5852: IF not po_actions.close_po(interface.po_header_id,
5853: x_doctype,
5854: g_document_subtype,
5855: x_po_line_id,
5856: x_line_location_id,