DBA Data[Home] [Help]

APPS.PO_CONTERMS_UTL_GRP dependencies on PO_DRAFTS

Line 3363: l_target_doc_num po_drafts.modification_number%TYPE;

3359: deliverables_exist VARCHAR2(1);
3360: l_progress NUMBER := 0;
3361: -- PAR Project
3362: l_target_draft_id NUMBER;
3363: l_target_doc_num po_drafts.modification_number%TYPE;
3364: BEGIN
3365: l_progress := 10;
3366:
3367: IF g_debug_stmt THEN

Line 3471: -- Get modification number from po_drafts.

3467: l_target_draft_id := p_draft_id;
3468: ELSIF p_mode ='PAR_MERGE' AND p_target_draft_id IS NOT NULL THEN
3469: l_target_draft_id := p_target_draft_id;
3470: END IF;
3471: -- Get modification number from po_drafts.
3472: SELECT modification_number
3473: INTO l_target_doc_num
3474: FROM po_drafts
3475: WHERE draft_id = l_target_draft_id;

Line 3474: FROM po_drafts

3470: END IF;
3471: -- Get modification number from po_drafts.
3472: SELECT modification_number
3473: INTO l_target_doc_num
3474: FROM po_drafts
3475: WHERE draft_id = l_target_draft_id;
3476: END IF;
3477:
3478: --