DBA Data[Home] [Help]

APPS.PO_REQ_WF_BUILD_ACCOUNT_INIT dependencies on PA_TASKS_EXPEND_V

Line 135: -- to pa_tasks_expend_v

131:
132: l_public_sector_flag pa_projects_all.public_sector_flag%TYPE;
133: l_revenue_category pa_expenditure_types.revenue_category_code%TYPE;
134: -- Bug 16919294 pointing declaration of x_task
135: -- to pa_tasks_expend_v
136: l_task_number pa_tasks_expend_v.task_number%TYPE;
137: l_task_organization_name hr_organization_units.name%TYPE;
138: l_task_organization_id hr_organization_units.organization_id %TYPE;
139: l_task_service_type pa_tasks.service_type_code%TYPE;

Line 136: l_task_number pa_tasks_expend_v.task_number%TYPE;

132: l_public_sector_flag pa_projects_all.public_sector_flag%TYPE;
133: l_revenue_category pa_expenditure_types.revenue_category_code%TYPE;
134: -- Bug 16919294 pointing declaration of x_task
135: -- to pa_tasks_expend_v
136: l_task_number pa_tasks_expend_v.task_number%TYPE;
137: l_task_organization_name hr_organization_units.name%TYPE;
138: l_task_organization_id hr_organization_units.organization_id %TYPE;
139: l_task_service_type pa_tasks.service_type_code%TYPE;
140: l_top_task_id pa_tasks.task_id%TYPE;

Line 142: -- to pa_tasks_expend_v

138: l_task_organization_id hr_organization_units.organization_id %TYPE;
139: l_task_service_type pa_tasks.service_type_code%TYPE;
140: l_top_task_id pa_tasks.task_id%TYPE;
141: -- Bug 16919294 pointing declaration of x_task
142: -- to pa_tasks_expend_v
143: l_top_task_number pa_tasks_expend_v.task_number%TYPE;
144: l_vendor_employee_id per_people_f.person_id%TYPE;
145: l_vendor_employee_number per_people_f.employee_number%TYPE;
146: l_vendor_type po_vendors.vendor_type_lookup_code%TYPE;

Line 143: l_top_task_number pa_tasks_expend_v.task_number%TYPE;

139: l_task_service_type pa_tasks.service_type_code%TYPE;
140: l_top_task_id pa_tasks.task_id%TYPE;
141: -- Bug 16919294 pointing declaration of x_task
142: -- to pa_tasks_expend_v
143: l_top_task_number pa_tasks_expend_v.task_number%TYPE;
144: l_vendor_employee_id per_people_f.person_id%TYPE;
145: l_vendor_employee_number per_people_f.employee_number%TYPE;
146: l_vendor_type po_vendors.vendor_type_lookup_code%TYPE;
147: