DBA Data[Home] [Help]

APPS.PO_DRAFTS_PVT dependencies on PO_REQ_LINES_SV

Line 3451: PO_REQ_LINES_SV.update_reqs_in_pool_flag;

3447: -- Clin-Slin structure if eligible) in the below proc update_reqs_in_pool_flag.
3448: -- This should be called only for CLM Standard document.
3449:
3450: IF (p_draft_info.doc_subtype = 'STANDARD' AND l_is_clm_document = 'Y') THEN
3451: PO_REQ_LINES_SV.update_reqs_in_pool_flag;
3452: END IF;
3453:
3454: d_position := 100;
3455: IF (PO_LOG.d_proc) THEN

Line 8344: PO_REQ_LINES_SV.update_req_for_linked_po_count (po_dest_line_ids_tbl,

8340: d_position := 10;
8341:
8342: --
8343: IF ( po_dest_line_ids_tbl.Count > 0) THEN
8344: PO_REQ_LINES_SV.update_req_for_linked_po_count (po_dest_line_ids_tbl,
8345: 'DISTRIBUTION MOD');
8346: PO_REQ_LINES_SV.update_reqs_in_pool_flag;
8347: END IF;
8348: --

Line 8346: PO_REQ_LINES_SV.update_reqs_in_pool_flag;

8342: --
8343: IF ( po_dest_line_ids_tbl.Count > 0) THEN
8344: PO_REQ_LINES_SV.update_req_for_linked_po_count (po_dest_line_ids_tbl,
8345: 'DISTRIBUTION MOD');
8346: PO_REQ_LINES_SV.update_reqs_in_pool_flag;
8347: END IF;
8348: --
8349:
8350:

Line 8525: PO_REQ_LINES_SV.update_req_for_linked_po_count (po_line_ids_tbl,

8521: po_line_ids_tbl => po_line_ids_tbl);
8522: --UCA Changes End.
8523: --
8524: IF ( po_line_ids_tbl.Count > 0) THEN
8525: PO_REQ_LINES_SV.update_req_for_linked_po_count (po_line_ids_tbl,
8526: 'LINE');
8527: PO_REQ_LINES_SV.update_reqs_in_pool_flag;
8528: END IF;
8529: --

Line 8527: PO_REQ_LINES_SV.update_reqs_in_pool_flag;

8523: --
8524: IF ( po_line_ids_tbl.Count > 0) THEN
8525: PO_REQ_LINES_SV.update_req_for_linked_po_count (po_line_ids_tbl,
8526: 'LINE');
8527: PO_REQ_LINES_SV.update_reqs_in_pool_flag;
8528: END IF;
8529: --
8530:
8531:

Line 8665: PO_REQ_LINES_SV.update_req_for_linked_po_count (l_line_id_tbl, 'LINE');

8661: PO_LOG.stmt(d_module, d_position, 'Deleted Lines Found');
8662: END IF;
8663: -- This will update the linked_po_count of the linked requisitions to these deleted
8664: -- Info and Option lines.
8665: PO_REQ_LINES_SV.update_req_for_linked_po_count (l_line_id_tbl, 'LINE');
8666:
8667: END IF;
8668:
8669: --UCA Changes Begin.

Line 8805: PO_REQ_LINES_SV.update_req_for_linked_po_count (l_distribution_id_tbl, 'DISTRIBUTION MOD');

8801: IF (l_distribution_id_tbl. Count > 0) THEN
8802:
8803: -- This will update the linked_po_count of the linked requisitions to these deleted
8804: -- priced lines.
8805: PO_REQ_LINES_SV.update_req_for_linked_po_count (l_distribution_id_tbl, 'DISTRIBUTION MOD');
8806: END IF;
8807:
8808: FORALL i IN 1..l_distribution_id_tbl.Count()
8809: DELETE FROM po_distributions_draft_all

Line 8856: PO_REQ_LINES_SV.update_reqs_in_pool_flag;

8852: -- the linked_po_count is updated for unlinked requisitions and those reqs CLINs(Autocreated/SoftLinked)
8853: -- and PSlins(Softlinked) inserted into GT table for further procession(updating the reqs_in_pool_flag for entire
8854: -- Clin-Slin structure if eligible) in the below proc update_reqs_in_pool_flag.
8855:
8856: PO_REQ_LINES_SV.update_reqs_in_pool_flag;
8857:
8858: END delete_marked_entities;
8859:
8860: