DBA Data[Home] [Help]

APPS.PO_BUYER_WORKLOAD_SV dependencies on PO_REQUISITION_LINES_V

Line 83: FROM po_requisition_lines_v PORL,

79: INTO x_unassigned_reqs,
80: x_unassigned_urgent,
81: x_unassigned_late,
82: x_unassigned_needed
83: FROM po_requisition_lines_v PORL,
84: mtl_system_items MSI,
85: financials_system_parameters FSP,
86: gl_sets_of_books GSB
87: WHERE PORL.suggested_buyer_id is NULL

Line 249: FROM po_requisition_lines_v PORL,

245: INTO x_num_reqs,
246: x_num_urgent,
247: x_num_late,
248: x_num_needed
249: FROM po_requisition_lines_v PORL,
250: mtl_system_items MSI,
251: financials_system_parameters FSP,
252: gl_sets_of_books GSB
253: WHERE PORL.suggested_buyer_id = x_buyer_id