DBA Data[Home] [Help]

APPS.PO_HEADERS_SV1 dependencies on PO_REQ_LINES_SV

Line 259: PO_REQ_LINES_SV.update_req_for_linked_po_count (l_deleted_line_list, 'LINE');

255:
256: -- Call update_req_for_linked_po_count, where the linked_po_count is updated for unlinked requisitions
257: -- and those reqs CLINs(Autocreated/SoftLinked) and PSlins(Softlinked) inserted into GT table for
258: -- further processing
259: PO_REQ_LINES_SV.update_req_for_linked_po_count (l_deleted_line_list, 'LINE');
260: PO_REQ_LINES_SV.update_req_for_linked_po_count (l_deleted_dist_list, 'DISTRIBUTION');
261:
262: -- Send the requisitions back to pool, if eleigible,
263: PO_REQ_LINES_SV.update_reqs_in_pool_flag;

Line 260: PO_REQ_LINES_SV.update_req_for_linked_po_count (l_deleted_dist_list, 'DISTRIBUTION');

256: -- Call update_req_for_linked_po_count, where the linked_po_count is updated for unlinked requisitions
257: -- and those reqs CLINs(Autocreated/SoftLinked) and PSlins(Softlinked) inserted into GT table for
258: -- further processing
259: PO_REQ_LINES_SV.update_req_for_linked_po_count (l_deleted_line_list, 'LINE');
260: PO_REQ_LINES_SV.update_req_for_linked_po_count (l_deleted_dist_list, 'DISTRIBUTION');
261:
262: -- Send the requisitions back to pool, if eleigible,
263: PO_REQ_LINES_SV.update_reqs_in_pool_flag;
264:

Line 263: PO_REQ_LINES_SV.update_reqs_in_pool_flag;

259: PO_REQ_LINES_SV.update_req_for_linked_po_count (l_deleted_line_list, 'LINE');
260: PO_REQ_LINES_SV.update_req_for_linked_po_count (l_deleted_dist_list, 'DISTRIBUTION');
261:
262: -- Send the requisitions back to pool, if eleigible,
263: PO_REQ_LINES_SV.update_reqs_in_pool_flag;
264:
265: END IF;
266: -- Bug: 13948625 - End
267: