DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_POSTPROC_PVT dependencies on OKC_TERMS_COPY_GRP

Line 620: p_message => 'before call okc_terms_copy_grp.copy_doc'

616: );
617: po_debug.debug_stmt
618: (p_log_head => g_log_head || l_api_name,
619: p_token => l_progress,
620: p_message => 'before call okc_terms_copy_grp.copy_doc'
621: );
622: END IF;
623:
624: l_progress := '050';

Line 625: okc_terms_copy_grp.copy_doc

621: );
622: END IF;
623:
624: l_progress := '050';
625: okc_terms_copy_grp.copy_doc
626: (p_api_version => 1.0,
627: p_source_doc_type => po_autocreate_params.x_sourcing_k_doc_type,
628: p_source_doc_id => x_bid_number,
629: p_target_doc_type => l_contract_doc_type,

Line 650: p_message => 'after call okc_terms_copy_grp.copy_doc.Return status:'

646: THEN
647: po_debug.debug_stmt
648: (p_log_head => g_log_head || l_api_name,
649: p_token => l_progress,
650: p_message => 'after call okc_terms_copy_grp.copy_doc.Return status:'
651: || l_return_status
652: );
653: END IF;
654:

Line 787: p_message => 'before call okc_terms_copy_grp.copy_doc'

783: );
784: po_debug.debug_stmt
785: (p_log_head => g_log_head || l_api_name,
786: p_token => l_progress,
787: p_message => 'before call okc_terms_copy_grp.copy_doc'
788: );
789: END IF;
790:
791: l_progress := '120';

Line 792: okc_terms_copy_grp.copy_doc

788: );
789: END IF;
790:
791: l_progress := '120';
792: okc_terms_copy_grp.copy_doc
793: (p_api_version => 1.0,
794: p_source_doc_type => po_autocreate_params.x_sourcing_k_doc_type,
795: p_source_doc_id => x_bid_number,
796: p_target_doc_type => l_contract_doc_type,

Line 817: p_message => 'after call okc_terms_copy_grp.copy_doc.Return status:'

813: THEN --< Bug 3210331: use proper debugging >
814: po_debug.debug_stmt
815: (p_log_head => g_log_head || l_api_name,
816: p_token => l_progress,
817: p_message => 'after call okc_terms_copy_grp.copy_doc.Return status:'
818: || l_return_status
819: );
820: END IF;
821: