DBA Data[Home] [Help]

APPS.PO_COPYDOC_S2 dependencies on PO_CORE_S

Line 100: If (PO_CORE_S.is_encumbrance_on(

96: --If we don't want to copy BPA distribution, then reset the
97: --encumbrance required flag to 'N', which will prevent the
98: --distribution copy
99:
100: If (PO_CORE_S.is_encumbrance_on(
101: p_doc_type => PO_CORE_S.g_doc_type_PA
102: , p_org_id => NULL) = FALSE) Then
103: --For encumbered BPA, the distribution will be copied only if
104: --BPA encumbrance is on.

Line 101: p_doc_type => PO_CORE_S.g_doc_type_PA

97: --encumbrance required flag to 'N', which will prevent the
98: --distribution copy
99:
100: If (PO_CORE_S.is_encumbrance_on(
101: p_doc_type => PO_CORE_S.g_doc_type_PA
102: , p_org_id => NULL) = FALSE) Then
103: --For encumbered BPA, the distribution will be copied only if
104: --BPA encumbrance is on.
105: x_po_header_record.encumbrance_required_flag := 'N';

Line 295: PO_CORE_SV1.default_po_unique_identifier

291: IF (x_action_code = 'RFQ') THEN
292: x_progress := '002';
293:
294: x_po_header_record.segment1 :=
295: PO_CORE_SV1.default_po_unique_identifier
296: ( x_table_name => 'PO_HEADERS_RFQ'
297: );
298:
299: ELSE

Line 303: PO_CORE_SV1.default_po_unique_identifier

299: ELSE
300: x_progress := '02a';
301:
302: x_po_header_record.segment1 :=
303: PO_CORE_SV1.default_po_unique_identifier
304: ( x_table_name => 'PO_HEADERS'
305: );
306: END IF;
307: