DBA Data[Home] [Help]

APPS.PO_CREATE_REQUISITION_SV dependencies on PO_REQ_DISTRIBUTIONS_ALL

Line 192: (distribution_id po_req_distributions_all.distribution_id%TYPE

188: TYPE Line_Tbl_Type IS TABLE OF Line_Rec_Type
189: INDEX BY BINARY_INTEGER;
190:
191: TYPE Dist_Rec_type IS RECORD
192: (distribution_id po_req_distributions_all.distribution_id%TYPE
193: ,last_update_date po_req_distributions_all.last_update_date%TYPE
194: ,last_updated_by po_req_distributions_all.last_updated_by%TYPE
195: ,requisition_line_id po_req_distributions_all.requisition_line_id%TYPE
196: ,set_of_books_id po_req_distributions_all.set_of_books_id%TYPE

Line 193: ,last_update_date po_req_distributions_all.last_update_date%TYPE

189: INDEX BY BINARY_INTEGER;
190:
191: TYPE Dist_Rec_type IS RECORD
192: (distribution_id po_req_distributions_all.distribution_id%TYPE
193: ,last_update_date po_req_distributions_all.last_update_date%TYPE
194: ,last_updated_by po_req_distributions_all.last_updated_by%TYPE
195: ,requisition_line_id po_req_distributions_all.requisition_line_id%TYPE
196: ,set_of_books_id po_req_distributions_all.set_of_books_id%TYPE
197: ,code_combination_id po_req_distributions_all.code_combination_id%TYPE

Line 194: ,last_updated_by po_req_distributions_all.last_updated_by%TYPE

190:
191: TYPE Dist_Rec_type IS RECORD
192: (distribution_id po_req_distributions_all.distribution_id%TYPE
193: ,last_update_date po_req_distributions_all.last_update_date%TYPE
194: ,last_updated_by po_req_distributions_all.last_updated_by%TYPE
195: ,requisition_line_id po_req_distributions_all.requisition_line_id%TYPE
196: ,set_of_books_id po_req_distributions_all.set_of_books_id%TYPE
197: ,code_combination_id po_req_distributions_all.code_combination_id%TYPE
198: ,req_line_quantity po_req_distributions_all.req_line_quantity%TYPE

Line 195: ,requisition_line_id po_req_distributions_all.requisition_line_id%TYPE

191: TYPE Dist_Rec_type IS RECORD
192: (distribution_id po_req_distributions_all.distribution_id%TYPE
193: ,last_update_date po_req_distributions_all.last_update_date%TYPE
194: ,last_updated_by po_req_distributions_all.last_updated_by%TYPE
195: ,requisition_line_id po_req_distributions_all.requisition_line_id%TYPE
196: ,set_of_books_id po_req_distributions_all.set_of_books_id%TYPE
197: ,code_combination_id po_req_distributions_all.code_combination_id%TYPE
198: ,req_line_quantity po_req_distributions_all.req_line_quantity%TYPE
199: ,last_update_login po_req_distributions_all.last_update_login%TYPE

Line 196: ,set_of_books_id po_req_distributions_all.set_of_books_id%TYPE

192: (distribution_id po_req_distributions_all.distribution_id%TYPE
193: ,last_update_date po_req_distributions_all.last_update_date%TYPE
194: ,last_updated_by po_req_distributions_all.last_updated_by%TYPE
195: ,requisition_line_id po_req_distributions_all.requisition_line_id%TYPE
196: ,set_of_books_id po_req_distributions_all.set_of_books_id%TYPE
197: ,code_combination_id po_req_distributions_all.code_combination_id%TYPE
198: ,req_line_quantity po_req_distributions_all.req_line_quantity%TYPE
199: ,last_update_login po_req_distributions_all.last_update_login%TYPE
200: ,creation_date po_req_distributions_all.creation_date%TYPE

Line 197: ,code_combination_id po_req_distributions_all.code_combination_id%TYPE

193: ,last_update_date po_req_distributions_all.last_update_date%TYPE
194: ,last_updated_by po_req_distributions_all.last_updated_by%TYPE
195: ,requisition_line_id po_req_distributions_all.requisition_line_id%TYPE
196: ,set_of_books_id po_req_distributions_all.set_of_books_id%TYPE
197: ,code_combination_id po_req_distributions_all.code_combination_id%TYPE
198: ,req_line_quantity po_req_distributions_all.req_line_quantity%TYPE
199: ,last_update_login po_req_distributions_all.last_update_login%TYPE
200: ,creation_date po_req_distributions_all.creation_date%TYPE
201: ,created_by po_req_distributions_all.created_by%TYPE

Line 198: ,req_line_quantity po_req_distributions_all.req_line_quantity%TYPE

194: ,last_updated_by po_req_distributions_all.last_updated_by%TYPE
195: ,requisition_line_id po_req_distributions_all.requisition_line_id%TYPE
196: ,set_of_books_id po_req_distributions_all.set_of_books_id%TYPE
197: ,code_combination_id po_req_distributions_all.code_combination_id%TYPE
198: ,req_line_quantity po_req_distributions_all.req_line_quantity%TYPE
199: ,last_update_login po_req_distributions_all.last_update_login%TYPE
200: ,creation_date po_req_distributions_all.creation_date%TYPE
201: ,created_by po_req_distributions_all.created_by%TYPE
202: ,encumbered_flag po_req_distributions_all.encumbered_flag%TYPE

Line 199: ,last_update_login po_req_distributions_all.last_update_login%TYPE

195: ,requisition_line_id po_req_distributions_all.requisition_line_id%TYPE
196: ,set_of_books_id po_req_distributions_all.set_of_books_id%TYPE
197: ,code_combination_id po_req_distributions_all.code_combination_id%TYPE
198: ,req_line_quantity po_req_distributions_all.req_line_quantity%TYPE
199: ,last_update_login po_req_distributions_all.last_update_login%TYPE
200: ,creation_date po_req_distributions_all.creation_date%TYPE
201: ,created_by po_req_distributions_all.created_by%TYPE
202: ,encumbered_flag po_req_distributions_all.encumbered_flag%TYPE
203: ,gl_encumbered_date po_req_distributions_all.gl_encumbered_date%TYPE

Line 200: ,creation_date po_req_distributions_all.creation_date%TYPE

196: ,set_of_books_id po_req_distributions_all.set_of_books_id%TYPE
197: ,code_combination_id po_req_distributions_all.code_combination_id%TYPE
198: ,req_line_quantity po_req_distributions_all.req_line_quantity%TYPE
199: ,last_update_login po_req_distributions_all.last_update_login%TYPE
200: ,creation_date po_req_distributions_all.creation_date%TYPE
201: ,created_by po_req_distributions_all.created_by%TYPE
202: ,encumbered_flag po_req_distributions_all.encumbered_flag%TYPE
203: ,gl_encumbered_date po_req_distributions_all.gl_encumbered_date%TYPE
204: ,gl_encumbered_period_name po_req_distributions_all.gl_encumbered_period_name%TYPE

Line 201: ,created_by po_req_distributions_all.created_by%TYPE

197: ,code_combination_id po_req_distributions_all.code_combination_id%TYPE
198: ,req_line_quantity po_req_distributions_all.req_line_quantity%TYPE
199: ,last_update_login po_req_distributions_all.last_update_login%TYPE
200: ,creation_date po_req_distributions_all.creation_date%TYPE
201: ,created_by po_req_distributions_all.created_by%TYPE
202: ,encumbered_flag po_req_distributions_all.encumbered_flag%TYPE
203: ,gl_encumbered_date po_req_distributions_all.gl_encumbered_date%TYPE
204: ,gl_encumbered_period_name po_req_distributions_all.gl_encumbered_period_name%TYPE
205: ,gl_cancelled_date po_req_distributions_all.gl_cancelled_date%TYPE

Line 202: ,encumbered_flag po_req_distributions_all.encumbered_flag%TYPE

198: ,req_line_quantity po_req_distributions_all.req_line_quantity%TYPE
199: ,last_update_login po_req_distributions_all.last_update_login%TYPE
200: ,creation_date po_req_distributions_all.creation_date%TYPE
201: ,created_by po_req_distributions_all.created_by%TYPE
202: ,encumbered_flag po_req_distributions_all.encumbered_flag%TYPE
203: ,gl_encumbered_date po_req_distributions_all.gl_encumbered_date%TYPE
204: ,gl_encumbered_period_name po_req_distributions_all.gl_encumbered_period_name%TYPE
205: ,gl_cancelled_date po_req_distributions_all.gl_cancelled_date%TYPE
206: ,failed_funds_lookup_code po_req_distributions_all.failed_funds_lookup_code%TYPE

Line 203: ,gl_encumbered_date po_req_distributions_all.gl_encumbered_date%TYPE

199: ,last_update_login po_req_distributions_all.last_update_login%TYPE
200: ,creation_date po_req_distributions_all.creation_date%TYPE
201: ,created_by po_req_distributions_all.created_by%TYPE
202: ,encumbered_flag po_req_distributions_all.encumbered_flag%TYPE
203: ,gl_encumbered_date po_req_distributions_all.gl_encumbered_date%TYPE
204: ,gl_encumbered_period_name po_req_distributions_all.gl_encumbered_period_name%TYPE
205: ,gl_cancelled_date po_req_distributions_all.gl_cancelled_date%TYPE
206: ,failed_funds_lookup_code po_req_distributions_all.failed_funds_lookup_code%TYPE
207: ,encumbered_amount po_req_distributions_all.encumbered_amount%TYPE

Line 204: ,gl_encumbered_period_name po_req_distributions_all.gl_encumbered_period_name%TYPE

200: ,creation_date po_req_distributions_all.creation_date%TYPE
201: ,created_by po_req_distributions_all.created_by%TYPE
202: ,encumbered_flag po_req_distributions_all.encumbered_flag%TYPE
203: ,gl_encumbered_date po_req_distributions_all.gl_encumbered_date%TYPE
204: ,gl_encumbered_period_name po_req_distributions_all.gl_encumbered_period_name%TYPE
205: ,gl_cancelled_date po_req_distributions_all.gl_cancelled_date%TYPE
206: ,failed_funds_lookup_code po_req_distributions_all.failed_funds_lookup_code%TYPE
207: ,encumbered_amount po_req_distributions_all.encumbered_amount%TYPE
208: ,budget_account_id po_req_distributions_all.budget_account_id%TYPE

Line 205: ,gl_cancelled_date po_req_distributions_all.gl_cancelled_date%TYPE

201: ,created_by po_req_distributions_all.created_by%TYPE
202: ,encumbered_flag po_req_distributions_all.encumbered_flag%TYPE
203: ,gl_encumbered_date po_req_distributions_all.gl_encumbered_date%TYPE
204: ,gl_encumbered_period_name po_req_distributions_all.gl_encumbered_period_name%TYPE
205: ,gl_cancelled_date po_req_distributions_all.gl_cancelled_date%TYPE
206: ,failed_funds_lookup_code po_req_distributions_all.failed_funds_lookup_code%TYPE
207: ,encumbered_amount po_req_distributions_all.encumbered_amount%TYPE
208: ,budget_account_id po_req_distributions_all.budget_account_id%TYPE
209: ,accrual_account_id po_req_distributions_all.accrual_account_id%TYPE

Line 206: ,failed_funds_lookup_code po_req_distributions_all.failed_funds_lookup_code%TYPE

202: ,encumbered_flag po_req_distributions_all.encumbered_flag%TYPE
203: ,gl_encumbered_date po_req_distributions_all.gl_encumbered_date%TYPE
204: ,gl_encumbered_period_name po_req_distributions_all.gl_encumbered_period_name%TYPE
205: ,gl_cancelled_date po_req_distributions_all.gl_cancelled_date%TYPE
206: ,failed_funds_lookup_code po_req_distributions_all.failed_funds_lookup_code%TYPE
207: ,encumbered_amount po_req_distributions_all.encumbered_amount%TYPE
208: ,budget_account_id po_req_distributions_all.budget_account_id%TYPE
209: ,accrual_account_id po_req_distributions_all.accrual_account_id%TYPE
210: ,variance_account_id po_req_distributions_all.variance_account_id%TYPE

Line 207: ,encumbered_amount po_req_distributions_all.encumbered_amount%TYPE

203: ,gl_encumbered_date po_req_distributions_all.gl_encumbered_date%TYPE
204: ,gl_encumbered_period_name po_req_distributions_all.gl_encumbered_period_name%TYPE
205: ,gl_cancelled_date po_req_distributions_all.gl_cancelled_date%TYPE
206: ,failed_funds_lookup_code po_req_distributions_all.failed_funds_lookup_code%TYPE
207: ,encumbered_amount po_req_distributions_all.encumbered_amount%TYPE
208: ,budget_account_id po_req_distributions_all.budget_account_id%TYPE
209: ,accrual_account_id po_req_distributions_all.accrual_account_id%TYPE
210: ,variance_account_id po_req_distributions_all.variance_account_id%TYPE
211: ,prevent_encumbrance_flag po_req_distributions_all.prevent_encumbrance_flag%TYPE

Line 208: ,budget_account_id po_req_distributions_all.budget_account_id%TYPE

204: ,gl_encumbered_period_name po_req_distributions_all.gl_encumbered_period_name%TYPE
205: ,gl_cancelled_date po_req_distributions_all.gl_cancelled_date%TYPE
206: ,failed_funds_lookup_code po_req_distributions_all.failed_funds_lookup_code%TYPE
207: ,encumbered_amount po_req_distributions_all.encumbered_amount%TYPE
208: ,budget_account_id po_req_distributions_all.budget_account_id%TYPE
209: ,accrual_account_id po_req_distributions_all.accrual_account_id%TYPE
210: ,variance_account_id po_req_distributions_all.variance_account_id%TYPE
211: ,prevent_encumbrance_flag po_req_distributions_all.prevent_encumbrance_flag%TYPE
212: ,attribute_category po_req_distributions_all.attribute_category%TYPE

Line 209: ,accrual_account_id po_req_distributions_all.accrual_account_id%TYPE

205: ,gl_cancelled_date po_req_distributions_all.gl_cancelled_date%TYPE
206: ,failed_funds_lookup_code po_req_distributions_all.failed_funds_lookup_code%TYPE
207: ,encumbered_amount po_req_distributions_all.encumbered_amount%TYPE
208: ,budget_account_id po_req_distributions_all.budget_account_id%TYPE
209: ,accrual_account_id po_req_distributions_all.accrual_account_id%TYPE
210: ,variance_account_id po_req_distributions_all.variance_account_id%TYPE
211: ,prevent_encumbrance_flag po_req_distributions_all.prevent_encumbrance_flag%TYPE
212: ,attribute_category po_req_distributions_all.attribute_category%TYPE
213: ,attribute1 po_req_distributions_all.attribute1%TYPE

Line 210: ,variance_account_id po_req_distributions_all.variance_account_id%TYPE

206: ,failed_funds_lookup_code po_req_distributions_all.failed_funds_lookup_code%TYPE
207: ,encumbered_amount po_req_distributions_all.encumbered_amount%TYPE
208: ,budget_account_id po_req_distributions_all.budget_account_id%TYPE
209: ,accrual_account_id po_req_distributions_all.accrual_account_id%TYPE
210: ,variance_account_id po_req_distributions_all.variance_account_id%TYPE
211: ,prevent_encumbrance_flag po_req_distributions_all.prevent_encumbrance_flag%TYPE
212: ,attribute_category po_req_distributions_all.attribute_category%TYPE
213: ,attribute1 po_req_distributions_all.attribute1%TYPE
214: ,attribute2 po_req_distributions_all.attribute2%TYPE

Line 211: ,prevent_encumbrance_flag po_req_distributions_all.prevent_encumbrance_flag%TYPE

207: ,encumbered_amount po_req_distributions_all.encumbered_amount%TYPE
208: ,budget_account_id po_req_distributions_all.budget_account_id%TYPE
209: ,accrual_account_id po_req_distributions_all.accrual_account_id%TYPE
210: ,variance_account_id po_req_distributions_all.variance_account_id%TYPE
211: ,prevent_encumbrance_flag po_req_distributions_all.prevent_encumbrance_flag%TYPE
212: ,attribute_category po_req_distributions_all.attribute_category%TYPE
213: ,attribute1 po_req_distributions_all.attribute1%TYPE
214: ,attribute2 po_req_distributions_all.attribute2%TYPE
215: ,attribute3 po_req_distributions_all.attribute3%TYPE

Line 212: ,attribute_category po_req_distributions_all.attribute_category%TYPE

208: ,budget_account_id po_req_distributions_all.budget_account_id%TYPE
209: ,accrual_account_id po_req_distributions_all.accrual_account_id%TYPE
210: ,variance_account_id po_req_distributions_all.variance_account_id%TYPE
211: ,prevent_encumbrance_flag po_req_distributions_all.prevent_encumbrance_flag%TYPE
212: ,attribute_category po_req_distributions_all.attribute_category%TYPE
213: ,attribute1 po_req_distributions_all.attribute1%TYPE
214: ,attribute2 po_req_distributions_all.attribute2%TYPE
215: ,attribute3 po_req_distributions_all.attribute3%TYPE
216: ,attribute4 po_req_distributions_all.attribute4%TYPE

Line 213: ,attribute1 po_req_distributions_all.attribute1%TYPE

209: ,accrual_account_id po_req_distributions_all.accrual_account_id%TYPE
210: ,variance_account_id po_req_distributions_all.variance_account_id%TYPE
211: ,prevent_encumbrance_flag po_req_distributions_all.prevent_encumbrance_flag%TYPE
212: ,attribute_category po_req_distributions_all.attribute_category%TYPE
213: ,attribute1 po_req_distributions_all.attribute1%TYPE
214: ,attribute2 po_req_distributions_all.attribute2%TYPE
215: ,attribute3 po_req_distributions_all.attribute3%TYPE
216: ,attribute4 po_req_distributions_all.attribute4%TYPE
217: ,attribute5 po_req_distributions_all.attribute5%TYPE

Line 214: ,attribute2 po_req_distributions_all.attribute2%TYPE

210: ,variance_account_id po_req_distributions_all.variance_account_id%TYPE
211: ,prevent_encumbrance_flag po_req_distributions_all.prevent_encumbrance_flag%TYPE
212: ,attribute_category po_req_distributions_all.attribute_category%TYPE
213: ,attribute1 po_req_distributions_all.attribute1%TYPE
214: ,attribute2 po_req_distributions_all.attribute2%TYPE
215: ,attribute3 po_req_distributions_all.attribute3%TYPE
216: ,attribute4 po_req_distributions_all.attribute4%TYPE
217: ,attribute5 po_req_distributions_all.attribute5%TYPE
218: ,attribute6 po_req_distributions_all.attribute6%TYPE

Line 215: ,attribute3 po_req_distributions_all.attribute3%TYPE

211: ,prevent_encumbrance_flag po_req_distributions_all.prevent_encumbrance_flag%TYPE
212: ,attribute_category po_req_distributions_all.attribute_category%TYPE
213: ,attribute1 po_req_distributions_all.attribute1%TYPE
214: ,attribute2 po_req_distributions_all.attribute2%TYPE
215: ,attribute3 po_req_distributions_all.attribute3%TYPE
216: ,attribute4 po_req_distributions_all.attribute4%TYPE
217: ,attribute5 po_req_distributions_all.attribute5%TYPE
218: ,attribute6 po_req_distributions_all.attribute6%TYPE
219: ,attribute7 po_req_distributions_all.attribute7%TYPE

Line 216: ,attribute4 po_req_distributions_all.attribute4%TYPE

212: ,attribute_category po_req_distributions_all.attribute_category%TYPE
213: ,attribute1 po_req_distributions_all.attribute1%TYPE
214: ,attribute2 po_req_distributions_all.attribute2%TYPE
215: ,attribute3 po_req_distributions_all.attribute3%TYPE
216: ,attribute4 po_req_distributions_all.attribute4%TYPE
217: ,attribute5 po_req_distributions_all.attribute5%TYPE
218: ,attribute6 po_req_distributions_all.attribute6%TYPE
219: ,attribute7 po_req_distributions_all.attribute7%TYPE
220: ,attribute8 po_req_distributions_all.attribute8%TYPE

Line 217: ,attribute5 po_req_distributions_all.attribute5%TYPE

213: ,attribute1 po_req_distributions_all.attribute1%TYPE
214: ,attribute2 po_req_distributions_all.attribute2%TYPE
215: ,attribute3 po_req_distributions_all.attribute3%TYPE
216: ,attribute4 po_req_distributions_all.attribute4%TYPE
217: ,attribute5 po_req_distributions_all.attribute5%TYPE
218: ,attribute6 po_req_distributions_all.attribute6%TYPE
219: ,attribute7 po_req_distributions_all.attribute7%TYPE
220: ,attribute8 po_req_distributions_all.attribute8%TYPE
221: ,attribute9 po_req_distributions_all.attribute9%TYPE

Line 218: ,attribute6 po_req_distributions_all.attribute6%TYPE

214: ,attribute2 po_req_distributions_all.attribute2%TYPE
215: ,attribute3 po_req_distributions_all.attribute3%TYPE
216: ,attribute4 po_req_distributions_all.attribute4%TYPE
217: ,attribute5 po_req_distributions_all.attribute5%TYPE
218: ,attribute6 po_req_distributions_all.attribute6%TYPE
219: ,attribute7 po_req_distributions_all.attribute7%TYPE
220: ,attribute8 po_req_distributions_all.attribute8%TYPE
221: ,attribute9 po_req_distributions_all.attribute9%TYPE
222: ,attribute10 po_req_distributions_all.attribute10%TYPE

Line 219: ,attribute7 po_req_distributions_all.attribute7%TYPE

215: ,attribute3 po_req_distributions_all.attribute3%TYPE
216: ,attribute4 po_req_distributions_all.attribute4%TYPE
217: ,attribute5 po_req_distributions_all.attribute5%TYPE
218: ,attribute6 po_req_distributions_all.attribute6%TYPE
219: ,attribute7 po_req_distributions_all.attribute7%TYPE
220: ,attribute8 po_req_distributions_all.attribute8%TYPE
221: ,attribute9 po_req_distributions_all.attribute9%TYPE
222: ,attribute10 po_req_distributions_all.attribute10%TYPE
223: ,attribute11 po_req_distributions_all.attribute11%TYPE

Line 220: ,attribute8 po_req_distributions_all.attribute8%TYPE

216: ,attribute4 po_req_distributions_all.attribute4%TYPE
217: ,attribute5 po_req_distributions_all.attribute5%TYPE
218: ,attribute6 po_req_distributions_all.attribute6%TYPE
219: ,attribute7 po_req_distributions_all.attribute7%TYPE
220: ,attribute8 po_req_distributions_all.attribute8%TYPE
221: ,attribute9 po_req_distributions_all.attribute9%TYPE
222: ,attribute10 po_req_distributions_all.attribute10%TYPE
223: ,attribute11 po_req_distributions_all.attribute11%TYPE
224: ,attribute12 po_req_distributions_all.attribute12%TYPE

Line 221: ,attribute9 po_req_distributions_all.attribute9%TYPE

217: ,attribute5 po_req_distributions_all.attribute5%TYPE
218: ,attribute6 po_req_distributions_all.attribute6%TYPE
219: ,attribute7 po_req_distributions_all.attribute7%TYPE
220: ,attribute8 po_req_distributions_all.attribute8%TYPE
221: ,attribute9 po_req_distributions_all.attribute9%TYPE
222: ,attribute10 po_req_distributions_all.attribute10%TYPE
223: ,attribute11 po_req_distributions_all.attribute11%TYPE
224: ,attribute12 po_req_distributions_all.attribute12%TYPE
225: ,attribute13 po_req_distributions_all.attribute13%TYPE

Line 222: ,attribute10 po_req_distributions_all.attribute10%TYPE

218: ,attribute6 po_req_distributions_all.attribute6%TYPE
219: ,attribute7 po_req_distributions_all.attribute7%TYPE
220: ,attribute8 po_req_distributions_all.attribute8%TYPE
221: ,attribute9 po_req_distributions_all.attribute9%TYPE
222: ,attribute10 po_req_distributions_all.attribute10%TYPE
223: ,attribute11 po_req_distributions_all.attribute11%TYPE
224: ,attribute12 po_req_distributions_all.attribute12%TYPE
225: ,attribute13 po_req_distributions_all.attribute13%TYPE
226: ,attribute14 po_req_distributions_all.attribute14%TYPE

Line 223: ,attribute11 po_req_distributions_all.attribute11%TYPE

219: ,attribute7 po_req_distributions_all.attribute7%TYPE
220: ,attribute8 po_req_distributions_all.attribute8%TYPE
221: ,attribute9 po_req_distributions_all.attribute9%TYPE
222: ,attribute10 po_req_distributions_all.attribute10%TYPE
223: ,attribute11 po_req_distributions_all.attribute11%TYPE
224: ,attribute12 po_req_distributions_all.attribute12%TYPE
225: ,attribute13 po_req_distributions_all.attribute13%TYPE
226: ,attribute14 po_req_distributions_all.attribute14%TYPE
227: ,attribute15 po_req_distributions_all.attribute15%TYPE

Line 224: ,attribute12 po_req_distributions_all.attribute12%TYPE

220: ,attribute8 po_req_distributions_all.attribute8%TYPE
221: ,attribute9 po_req_distributions_all.attribute9%TYPE
222: ,attribute10 po_req_distributions_all.attribute10%TYPE
223: ,attribute11 po_req_distributions_all.attribute11%TYPE
224: ,attribute12 po_req_distributions_all.attribute12%TYPE
225: ,attribute13 po_req_distributions_all.attribute13%TYPE
226: ,attribute14 po_req_distributions_all.attribute14%TYPE
227: ,attribute15 po_req_distributions_all.attribute15%TYPE
228: ,government_context po_req_distributions_all.government_context%TYPE

Line 225: ,attribute13 po_req_distributions_all.attribute13%TYPE

221: ,attribute9 po_req_distributions_all.attribute9%TYPE
222: ,attribute10 po_req_distributions_all.attribute10%TYPE
223: ,attribute11 po_req_distributions_all.attribute11%TYPE
224: ,attribute12 po_req_distributions_all.attribute12%TYPE
225: ,attribute13 po_req_distributions_all.attribute13%TYPE
226: ,attribute14 po_req_distributions_all.attribute14%TYPE
227: ,attribute15 po_req_distributions_all.attribute15%TYPE
228: ,government_context po_req_distributions_all.government_context%TYPE
229: ,project_id po_req_distributions_all.project_id%TYPE

Line 226: ,attribute14 po_req_distributions_all.attribute14%TYPE

222: ,attribute10 po_req_distributions_all.attribute10%TYPE
223: ,attribute11 po_req_distributions_all.attribute11%TYPE
224: ,attribute12 po_req_distributions_all.attribute12%TYPE
225: ,attribute13 po_req_distributions_all.attribute13%TYPE
226: ,attribute14 po_req_distributions_all.attribute14%TYPE
227: ,attribute15 po_req_distributions_all.attribute15%TYPE
228: ,government_context po_req_distributions_all.government_context%TYPE
229: ,project_id po_req_distributions_all.project_id%TYPE
230: ,task_id po_req_distributions_all.task_id%TYPE

Line 227: ,attribute15 po_req_distributions_all.attribute15%TYPE

223: ,attribute11 po_req_distributions_all.attribute11%TYPE
224: ,attribute12 po_req_distributions_all.attribute12%TYPE
225: ,attribute13 po_req_distributions_all.attribute13%TYPE
226: ,attribute14 po_req_distributions_all.attribute14%TYPE
227: ,attribute15 po_req_distributions_all.attribute15%TYPE
228: ,government_context po_req_distributions_all.government_context%TYPE
229: ,project_id po_req_distributions_all.project_id%TYPE
230: ,task_id po_req_distributions_all.task_id%TYPE
231: ,expenditure_type po_req_distributions_all.expenditure_type%TYPE

Line 228: ,government_context po_req_distributions_all.government_context%TYPE

224: ,attribute12 po_req_distributions_all.attribute12%TYPE
225: ,attribute13 po_req_distributions_all.attribute13%TYPE
226: ,attribute14 po_req_distributions_all.attribute14%TYPE
227: ,attribute15 po_req_distributions_all.attribute15%TYPE
228: ,government_context po_req_distributions_all.government_context%TYPE
229: ,project_id po_req_distributions_all.project_id%TYPE
230: ,task_id po_req_distributions_all.task_id%TYPE
231: ,expenditure_type po_req_distributions_all.expenditure_type%TYPE
232: ,project_accounting_context po_req_distributions_all.project_accounting_context%TYPE

Line 229: ,project_id po_req_distributions_all.project_id%TYPE

225: ,attribute13 po_req_distributions_all.attribute13%TYPE
226: ,attribute14 po_req_distributions_all.attribute14%TYPE
227: ,attribute15 po_req_distributions_all.attribute15%TYPE
228: ,government_context po_req_distributions_all.government_context%TYPE
229: ,project_id po_req_distributions_all.project_id%TYPE
230: ,task_id po_req_distributions_all.task_id%TYPE
231: ,expenditure_type po_req_distributions_all.expenditure_type%TYPE
232: ,project_accounting_context po_req_distributions_all.project_accounting_context%TYPE
233: ,expenditure_organization_id po_req_distributions_all.expenditure_organization_id%TYPE

Line 230: ,task_id po_req_distributions_all.task_id%TYPE

226: ,attribute14 po_req_distributions_all.attribute14%TYPE
227: ,attribute15 po_req_distributions_all.attribute15%TYPE
228: ,government_context po_req_distributions_all.government_context%TYPE
229: ,project_id po_req_distributions_all.project_id%TYPE
230: ,task_id po_req_distributions_all.task_id%TYPE
231: ,expenditure_type po_req_distributions_all.expenditure_type%TYPE
232: ,project_accounting_context po_req_distributions_all.project_accounting_context%TYPE
233: ,expenditure_organization_id po_req_distributions_all.expenditure_organization_id%TYPE
234: ,gl_closed_date po_req_distributions_all.gl_closed_date%TYPE

Line 231: ,expenditure_type po_req_distributions_all.expenditure_type%TYPE

227: ,attribute15 po_req_distributions_all.attribute15%TYPE
228: ,government_context po_req_distributions_all.government_context%TYPE
229: ,project_id po_req_distributions_all.project_id%TYPE
230: ,task_id po_req_distributions_all.task_id%TYPE
231: ,expenditure_type po_req_distributions_all.expenditure_type%TYPE
232: ,project_accounting_context po_req_distributions_all.project_accounting_context%TYPE
233: ,expenditure_organization_id po_req_distributions_all.expenditure_organization_id%TYPE
234: ,gl_closed_date po_req_distributions_all.gl_closed_date%TYPE
235: ,source_req_distribution_id po_req_distributions_all.source_req_distribution_id%TYPE

Line 232: ,project_accounting_context po_req_distributions_all.project_accounting_context%TYPE

228: ,government_context po_req_distributions_all.government_context%TYPE
229: ,project_id po_req_distributions_all.project_id%TYPE
230: ,task_id po_req_distributions_all.task_id%TYPE
231: ,expenditure_type po_req_distributions_all.expenditure_type%TYPE
232: ,project_accounting_context po_req_distributions_all.project_accounting_context%TYPE
233: ,expenditure_organization_id po_req_distributions_all.expenditure_organization_id%TYPE
234: ,gl_closed_date po_req_distributions_all.gl_closed_date%TYPE
235: ,source_req_distribution_id po_req_distributions_all.source_req_distribution_id%TYPE
236: ,distribution_num po_req_distributions_all.distribution_num%TYPE

Line 233: ,expenditure_organization_id po_req_distributions_all.expenditure_organization_id%TYPE

229: ,project_id po_req_distributions_all.project_id%TYPE
230: ,task_id po_req_distributions_all.task_id%TYPE
231: ,expenditure_type po_req_distributions_all.expenditure_type%TYPE
232: ,project_accounting_context po_req_distributions_all.project_accounting_context%TYPE
233: ,expenditure_organization_id po_req_distributions_all.expenditure_organization_id%TYPE
234: ,gl_closed_date po_req_distributions_all.gl_closed_date%TYPE
235: ,source_req_distribution_id po_req_distributions_all.source_req_distribution_id%TYPE
236: ,distribution_num po_req_distributions_all.distribution_num%TYPE
237: ,project_related_flag po_req_distributions_all.project_related_flag%TYPE

Line 234: ,gl_closed_date po_req_distributions_all.gl_closed_date%TYPE

230: ,task_id po_req_distributions_all.task_id%TYPE
231: ,expenditure_type po_req_distributions_all.expenditure_type%TYPE
232: ,project_accounting_context po_req_distributions_all.project_accounting_context%TYPE
233: ,expenditure_organization_id po_req_distributions_all.expenditure_organization_id%TYPE
234: ,gl_closed_date po_req_distributions_all.gl_closed_date%TYPE
235: ,source_req_distribution_id po_req_distributions_all.source_req_distribution_id%TYPE
236: ,distribution_num po_req_distributions_all.distribution_num%TYPE
237: ,project_related_flag po_req_distributions_all.project_related_flag%TYPE
238: ,expenditure_item_date po_req_distributions_all.expenditure_item_date%TYPE

Line 235: ,source_req_distribution_id po_req_distributions_all.source_req_distribution_id%TYPE

231: ,expenditure_type po_req_distributions_all.expenditure_type%TYPE
232: ,project_accounting_context po_req_distributions_all.project_accounting_context%TYPE
233: ,expenditure_organization_id po_req_distributions_all.expenditure_organization_id%TYPE
234: ,gl_closed_date po_req_distributions_all.gl_closed_date%TYPE
235: ,source_req_distribution_id po_req_distributions_all.source_req_distribution_id%TYPE
236: ,distribution_num po_req_distributions_all.distribution_num%TYPE
237: ,project_related_flag po_req_distributions_all.project_related_flag%TYPE
238: ,expenditure_item_date po_req_distributions_all.expenditure_item_date%TYPE
239: ,org_id po_req_distributions_all.org_id%TYPE

Line 236: ,distribution_num po_req_distributions_all.distribution_num%TYPE

232: ,project_accounting_context po_req_distributions_all.project_accounting_context%TYPE
233: ,expenditure_organization_id po_req_distributions_all.expenditure_organization_id%TYPE
234: ,gl_closed_date po_req_distributions_all.gl_closed_date%TYPE
235: ,source_req_distribution_id po_req_distributions_all.source_req_distribution_id%TYPE
236: ,distribution_num po_req_distributions_all.distribution_num%TYPE
237: ,project_related_flag po_req_distributions_all.project_related_flag%TYPE
238: ,expenditure_item_date po_req_distributions_all.expenditure_item_date%TYPE
239: ,org_id po_req_distributions_all.org_id%TYPE
240: ,allocation_type po_req_distributions_all.allocation_type%TYPE

Line 237: ,project_related_flag po_req_distributions_all.project_related_flag%TYPE

233: ,expenditure_organization_id po_req_distributions_all.expenditure_organization_id%TYPE
234: ,gl_closed_date po_req_distributions_all.gl_closed_date%TYPE
235: ,source_req_distribution_id po_req_distributions_all.source_req_distribution_id%TYPE
236: ,distribution_num po_req_distributions_all.distribution_num%TYPE
237: ,project_related_flag po_req_distributions_all.project_related_flag%TYPE
238: ,expenditure_item_date po_req_distributions_all.expenditure_item_date%TYPE
239: ,org_id po_req_distributions_all.org_id%TYPE
240: ,allocation_type po_req_distributions_all.allocation_type%TYPE
241: ,allocation_value po_req_distributions_all.allocation_value%TYPE

Line 238: ,expenditure_item_date po_req_distributions_all.expenditure_item_date%TYPE

234: ,gl_closed_date po_req_distributions_all.gl_closed_date%TYPE
235: ,source_req_distribution_id po_req_distributions_all.source_req_distribution_id%TYPE
236: ,distribution_num po_req_distributions_all.distribution_num%TYPE
237: ,project_related_flag po_req_distributions_all.project_related_flag%TYPE
238: ,expenditure_item_date po_req_distributions_all.expenditure_item_date%TYPE
239: ,org_id po_req_distributions_all.org_id%TYPE
240: ,allocation_type po_req_distributions_all.allocation_type%TYPE
241: ,allocation_value po_req_distributions_all.allocation_value%TYPE
242: ,award_id po_req_distributions_all.award_id%TYPE

Line 239: ,org_id po_req_distributions_all.org_id%TYPE

235: ,source_req_distribution_id po_req_distributions_all.source_req_distribution_id%TYPE
236: ,distribution_num po_req_distributions_all.distribution_num%TYPE
237: ,project_related_flag po_req_distributions_all.project_related_flag%TYPE
238: ,expenditure_item_date po_req_distributions_all.expenditure_item_date%TYPE
239: ,org_id po_req_distributions_all.org_id%TYPE
240: ,allocation_type po_req_distributions_all.allocation_type%TYPE
241: ,allocation_value po_req_distributions_all.allocation_value%TYPE
242: ,award_id po_req_distributions_all.award_id%TYPE
243: ,end_item_unit_number po_req_distributions_all.end_item_unit_number%TYPE

Line 240: ,allocation_type po_req_distributions_all.allocation_type%TYPE

236: ,distribution_num po_req_distributions_all.distribution_num%TYPE
237: ,project_related_flag po_req_distributions_all.project_related_flag%TYPE
238: ,expenditure_item_date po_req_distributions_all.expenditure_item_date%TYPE
239: ,org_id po_req_distributions_all.org_id%TYPE
240: ,allocation_type po_req_distributions_all.allocation_type%TYPE
241: ,allocation_value po_req_distributions_all.allocation_value%TYPE
242: ,award_id po_req_distributions_all.award_id%TYPE
243: ,end_item_unit_number po_req_distributions_all.end_item_unit_number%TYPE
244: ,recoverable_tax po_req_distributions_all.recoverable_tax%TYPE

Line 241: ,allocation_value po_req_distributions_all.allocation_value%TYPE

237: ,project_related_flag po_req_distributions_all.project_related_flag%TYPE
238: ,expenditure_item_date po_req_distributions_all.expenditure_item_date%TYPE
239: ,org_id po_req_distributions_all.org_id%TYPE
240: ,allocation_type po_req_distributions_all.allocation_type%TYPE
241: ,allocation_value po_req_distributions_all.allocation_value%TYPE
242: ,award_id po_req_distributions_all.award_id%TYPE
243: ,end_item_unit_number po_req_distributions_all.end_item_unit_number%TYPE
244: ,recoverable_tax po_req_distributions_all.recoverable_tax%TYPE
245: ,nonrecoverable_tax po_req_distributions_all.nonrecoverable_tax%TYPE

Line 242: ,award_id po_req_distributions_all.award_id%TYPE

238: ,expenditure_item_date po_req_distributions_all.expenditure_item_date%TYPE
239: ,org_id po_req_distributions_all.org_id%TYPE
240: ,allocation_type po_req_distributions_all.allocation_type%TYPE
241: ,allocation_value po_req_distributions_all.allocation_value%TYPE
242: ,award_id po_req_distributions_all.award_id%TYPE
243: ,end_item_unit_number po_req_distributions_all.end_item_unit_number%TYPE
244: ,recoverable_tax po_req_distributions_all.recoverable_tax%TYPE
245: ,nonrecoverable_tax po_req_distributions_all.nonrecoverable_tax%TYPE
246: ,recovery_rate po_req_distributions_all.recovery_rate%TYPE

Line 243: ,end_item_unit_number po_req_distributions_all.end_item_unit_number%TYPE

239: ,org_id po_req_distributions_all.org_id%TYPE
240: ,allocation_type po_req_distributions_all.allocation_type%TYPE
241: ,allocation_value po_req_distributions_all.allocation_value%TYPE
242: ,award_id po_req_distributions_all.award_id%TYPE
243: ,end_item_unit_number po_req_distributions_all.end_item_unit_number%TYPE
244: ,recoverable_tax po_req_distributions_all.recoverable_tax%TYPE
245: ,nonrecoverable_tax po_req_distributions_all.nonrecoverable_tax%TYPE
246: ,recovery_rate po_req_distributions_all.recovery_rate%TYPE
247: ,tax_recovery_override_flag po_req_distributions_all.tax_recovery_override_flag%TYPE

Line 244: ,recoverable_tax po_req_distributions_all.recoverable_tax%TYPE

240: ,allocation_type po_req_distributions_all.allocation_type%TYPE
241: ,allocation_value po_req_distributions_all.allocation_value%TYPE
242: ,award_id po_req_distributions_all.award_id%TYPE
243: ,end_item_unit_number po_req_distributions_all.end_item_unit_number%TYPE
244: ,recoverable_tax po_req_distributions_all.recoverable_tax%TYPE
245: ,nonrecoverable_tax po_req_distributions_all.nonrecoverable_tax%TYPE
246: ,recovery_rate po_req_distributions_all.recovery_rate%TYPE
247: ,tax_recovery_override_flag po_req_distributions_all.tax_recovery_override_flag%TYPE
248: ,oke_contract_line_id po_req_distributions_all.oke_contract_line_id%TYPE

Line 245: ,nonrecoverable_tax po_req_distributions_all.nonrecoverable_tax%TYPE

241: ,allocation_value po_req_distributions_all.allocation_value%TYPE
242: ,award_id po_req_distributions_all.award_id%TYPE
243: ,end_item_unit_number po_req_distributions_all.end_item_unit_number%TYPE
244: ,recoverable_tax po_req_distributions_all.recoverable_tax%TYPE
245: ,nonrecoverable_tax po_req_distributions_all.nonrecoverable_tax%TYPE
246: ,recovery_rate po_req_distributions_all.recovery_rate%TYPE
247: ,tax_recovery_override_flag po_req_distributions_all.tax_recovery_override_flag%TYPE
248: ,oke_contract_line_id po_req_distributions_all.oke_contract_line_id%TYPE
249: ,oke_contract_deliverable_id po_req_distributions_all.oke_contract_deliverable_id%TYPE

Line 246: ,recovery_rate po_req_distributions_all.recovery_rate%TYPE

242: ,award_id po_req_distributions_all.award_id%TYPE
243: ,end_item_unit_number po_req_distributions_all.end_item_unit_number%TYPE
244: ,recoverable_tax po_req_distributions_all.recoverable_tax%TYPE
245: ,nonrecoverable_tax po_req_distributions_all.nonrecoverable_tax%TYPE
246: ,recovery_rate po_req_distributions_all.recovery_rate%TYPE
247: ,tax_recovery_override_flag po_req_distributions_all.tax_recovery_override_flag%TYPE
248: ,oke_contract_line_id po_req_distributions_all.oke_contract_line_id%TYPE
249: ,oke_contract_deliverable_id po_req_distributions_all.oke_contract_deliverable_id%TYPE
250: );

Line 247: ,tax_recovery_override_flag po_req_distributions_all.tax_recovery_override_flag%TYPE

243: ,end_item_unit_number po_req_distributions_all.end_item_unit_number%TYPE
244: ,recoverable_tax po_req_distributions_all.recoverable_tax%TYPE
245: ,nonrecoverable_tax po_req_distributions_all.nonrecoverable_tax%TYPE
246: ,recovery_rate po_req_distributions_all.recovery_rate%TYPE
247: ,tax_recovery_override_flag po_req_distributions_all.tax_recovery_override_flag%TYPE
248: ,oke_contract_line_id po_req_distributions_all.oke_contract_line_id%TYPE
249: ,oke_contract_deliverable_id po_req_distributions_all.oke_contract_deliverable_id%TYPE
250: );
251:

Line 248: ,oke_contract_line_id po_req_distributions_all.oke_contract_line_id%TYPE

244: ,recoverable_tax po_req_distributions_all.recoverable_tax%TYPE
245: ,nonrecoverable_tax po_req_distributions_all.nonrecoverable_tax%TYPE
246: ,recovery_rate po_req_distributions_all.recovery_rate%TYPE
247: ,tax_recovery_override_flag po_req_distributions_all.tax_recovery_override_flag%TYPE
248: ,oke_contract_line_id po_req_distributions_all.oke_contract_line_id%TYPE
249: ,oke_contract_deliverable_id po_req_distributions_all.oke_contract_deliverable_id%TYPE
250: );
251:
252:

Line 249: ,oke_contract_deliverable_id po_req_distributions_all.oke_contract_deliverable_id%TYPE

245: ,nonrecoverable_tax po_req_distributions_all.nonrecoverable_tax%TYPE
246: ,recovery_rate po_req_distributions_all.recovery_rate%TYPE
247: ,tax_recovery_override_flag po_req_distributions_all.tax_recovery_override_flag%TYPE
248: ,oke_contract_line_id po_req_distributions_all.oke_contract_line_id%TYPE
249: ,oke_contract_deliverable_id po_req_distributions_all.oke_contract_deliverable_id%TYPE
250: );
251:
252:
253: PROCEDURE process_requisition(