DBA Data[Home] [Help]

APPS.QA_SKIPLOT_RCV_GRP dependencies on PO_DISTRIBUTIONS_ALL

Line 135: -- select from po_distributions_all so that

131: p_project_id out NOCOPY number,
132: p_task_id out NOCOPY number) is
133:
134: --
135: -- select from po_distributions_all so that
136: -- current organization need not to be considered
137: --
138:
139: --

Line 157: from po_distributions_all

153: --
154:
155: cursor project_task (x_distribution_id number) is
156: select project_id, task_id
157: from po_distributions_all
158: where po_distribution_id = x_distribution_id;
159:
160: cursor project_task2 (x_line_location_id number) is
161: select project_id, task_id

Line 162: from po_distributions_all

158: where po_distribution_id = x_distribution_id;
159:
160: cursor project_task2 (x_line_location_id number) is
161: select project_id, task_id
162: from po_distributions_all
163: where line_location_id = x_line_location_id;
164:
165: counter number := 0;
166: