DBA Data[Home] [Help]

APPS.PO_REQ_DIST_SV1 dependencies on PO_REQ_DISTRIBUTIONS_ALL

Line 74: FROM po_req_distributions_all

70: x_progress := '001';
71: -- Bug: 1702850 use _all table instead of stripe table
72: SELECT count(distribution_id)
73: INTO x_num_of_dist
74: FROM po_req_distributions_all
75: WHERE requisition_line_id = x_requisition_line_id;
76:
77: --
78: -- If there is one distribution then obtain

Line 96: FROM po_req_distributions_all

92: -- Bug: 1702850 use _all table instead of stripe table
93:
94: SELECT code_combination_id
95: INTO x_code_combination_id
96: FROM po_req_distributions_all
97: WHERE requisition_line_id = x_requisition_line_id;
98:
99: return(x_code_combination_id);
100: