DBA Data[Home] [Help]

APPS.ITG_SYNCPOINBOUND_PVT dependencies on PO_ACTIONS

Line 809: IF NOT PO_ACTIONS.close_po(

805:
806: /*Added following if and else part to fix bug :5258514 */
807: IF p_release_id IS NULL or p_release_id =0 THEN
808:
809: IF NOT PO_ACTIONS.close_po(
810: p_docID => g_po_id,
811: p_doctyp => l_doc_type,
812: p_docsubtyp => l_doc_subtype,
813: p_lineid => l_rec.po_line_id,

Line 829: IF NOT PO_ACTIONS.close_po(

825: ITG_Debug.msg('PRD', 'Close PO succeded');
826: ITG_Debug.msg('PRD', 'return code', l_return_code);
827: END IF;
828: ELSE
829: IF NOT PO_ACTIONS.close_po(
830: p_docID => l_release_id,
831: p_doctyp => l_doc_type,
832: p_docsubtyp => l_doc_subtype,
833: p_lineid => l_rec.po_line_id,

Line 962: IF NOT PO_ACTIONS.close_po(

958:
959: /*Added following if and else part to fix bug :5258514 */
960: IF p_release_id IS NULL or p_release_id =0 THEN
961:
962: IF NOT PO_ACTIONS.close_po(
963: p_docID => g_po_id,
964: p_doctyp => l_doc_type,
965: p_docsubtyp => l_doc_subtype,
966: p_lineid => l_rec.po_line_id,

Line 982: IF NOT PO_ACTIONS.close_po(

978: ITG_Debug.msg('PI', 'Close PO succeded');
979: ITG_Debug.msg('PI', 'return_code', l_return_code);
980: END IF;
981: ELSE
982: IF NOT PO_ACTIONS.close_po(
983: p_docID => l_release_id,
984: p_doctyp => l_doc_type,
985: p_docsubtyp => l_doc_subtype,
986: p_lineid => l_rec.po_line_id,