DBA Data[Home] [Help]

APPS.PA_HR_TRANSACTIONS dependencies on PA_EXPENDITURES_ALL

Line 55: from pa_expenditures_all pa

51: * Commented code for Bug#3211124 ends here */
52:
53: cursor expenditure( p_person_id number ) is
54: select null
55: from pa_expenditures_all pa
56: where pa.incurred_by_person_id = P_PERSON_ID;
57:
58: cursor trans_control( p_person_id number ) is
59: select null

Line 222: select * from pa_expenditures_all

218: * Commented code for Bug#3211124 ends here */
219:
220: /* Added for Bug#3211124 */
221: cursor oit_expenditures is
222: select * from pa_expenditures_all
223: where expenditure_class_code = 'PT'
224: and expenditure_status_code = 'APPROVED'
225: and transfer_status_code = 'P';
226: