DBA Data[Home] [Help]

APPS.PO_LINES_DRAFT_PVT dependencies on STANDARD

Line 293: -- This should be called only for CLM Standard document.

289: -- Bug: 13948625
290: -- Call update_req_for_linked_po_count, where the linked_po_count is updated for unlinked requisitions
291: -- and those reqs CLINs(Autocreated/SoftLinked) and PSlins(Softlinked) inserted into GT table for
292: -- further processing
293: -- This should be called only for CLM Standard document.
294:
295: IF (p_draft_info.doc_subtype = 'STANDARD' AND l_clm_document = 'Y') THEN
296:
297: d_position := 30;

Line 295: IF (p_draft_info.doc_subtype = 'STANDARD' AND l_clm_document = 'Y') THEN

291: -- and those reqs CLINs(Autocreated/SoftLinked) and PSlins(Softlinked) inserted into GT table for
292: -- further processing
293: -- This should be called only for CLM Standard document.
294:
295: IF (p_draft_info.doc_subtype = 'STANDARD' AND l_clm_document = 'Y') THEN
296:
297: d_position := 30;
298: IF (PO_LOG.d_stmt) THEN
299: PO_LOG.stmt(d_module, d_position, 'Calling update_req_for_linked_po_count');

Line 430: p_draft_info.doc_subtype = 'STANDARD') AND

426: PO_LOG.proc_begin(d_module);
427: END IF;
428:
429: IF ((NOT (p_draft_info.doc_type = 'PO' AND
430: p_draft_info.doc_subtype = 'STANDARD') AND
431: NOT (p_draft_info.doc_type = 'PA' AND
432: p_draft_info.doc_subtype = 'BLANKET')) OR
433: p_draft_info.lines_changed = FND_API.G_FALSE) THEN
434:

Line 454: IF (p_draft_info.doc_subtype = 'STANDARD') THEN

450: AND NVL(POLD.change_accepted_flag, 'Y') = 'Y'
451: AND DECODE(POLD.unit_price, POL.unit_price, 'Y', 'N') = 'N' ;
452:
453: FOR i IN 1..l_po_line_id_tbl.COUNT LOOP
454: IF (p_draft_info.doc_subtype = 'STANDARD') THEN
455: l_update_retro_date_flag_tbl(i) := 'Y';
456: ELSIF (p_draft_info.doc_subtype = 'BLANKET' AND
457: l_price_break_lookup_code_tbl(i) = 'NON CUMULATIVE') THEN
458: l_update_retro_date_flag_tbl(i) := 'Y';