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 207: select * from pa_expenditures_all

203: * Commented code for Bug#3211124 ends here */
204:
205: /* Added for Bug#3211124 */
206: cursor oit_expenditures is
207: select * from pa_expenditures_all
208: where expenditure_class_code = 'PT'
209: and expenditure_status_code = 'APPROVED'
210: and transfer_status_code = 'P';
211: