DBA Data[Home] [Help]

APPS.PAROUTINGX dependencies on PA_OTC_API

Line 15: G_dummy Pa_Otc_Api.Timecard_Table;

11: * @rep:category BUSINESS_ENTITY PA_LABOR_COST
12: * @rep:doccd 120pjapi.pdf See the Oracle Projects API's, Client Extensions, and Open Interfaces Reference
13: */
14:
15: G_dummy Pa_Otc_Api.Timecard_Table;
16:
17: /*#
18: * Use this procedure to define rules for routing timecards and expense reports for approval.
19: * @param X_expenditure_id The identifier of the transaction

Line 43: , P_Timecard_Table IN Pa_Otc_Api.Timecard_Table DEFAULT PAROUTINGX.G_dummy

39: , X_incurred_by_person_id IN NUMBER
40: , X_expenditure_end_date IN DATE
41: , X_exp_class_code IN VARCHAR2
42: , X_previous_approver_person_id IN NUMBER DEFAULT NULL
43: , P_Timecard_Table IN Pa_Otc_Api.Timecard_Table DEFAULT PAROUTINGX.G_dummy
44: , P_Module IN VARCHAR2 DEFAULT NULL
45: , X_route_to_person_id OUT NOCOPY NUMBER );
46:
47: END PAROUTINGX;