DBA Data[Home] [Help]

APPS.PA_TIME_CLIENT_EXTN dependencies on PA_EXPENDITURES_ALL

Line 228: -- Incurred_By_Person_Id Pa_Expenditures_All.Incurred_By_Person_Id%TYPE,

224: -- Task_Id Pa_Tasks.Task_Id%TYPE,
225: -- Expenditure_Type Pa_Expenditure_Types.Expenditure_Type%TYPE,
226: -- System_Linkage_Function Pa_System_Linkages.Function%TYPE,
227: -- Quantity Pa_Expenditure_Items_All.quantity%TYPE,
228: -- Incurred_By_Person_Id Pa_Expenditures_All.Incurred_By_Person_Id%TYPE,
229: -- Override_Approver_Person_Id Pa_Expenditures_All.Overriding_Approver_Person_Id%TYPE,
230: -- Expenditure_Item_Date Pa_Expenditure_Items_All.Expenditure_Item_Date%TYPE,
231: -- Exp_Ending_Date Pa_Expenditures_All.Expenditure_Ending_Date%TYPE,
232: -- Attribute_Category Pa_Expenditure_Items_All.Attribute_Category%TYPE,

Line 229: -- Override_Approver_Person_Id Pa_Expenditures_All.Overriding_Approver_Person_Id%TYPE,

225: -- Expenditure_Type Pa_Expenditure_Types.Expenditure_Type%TYPE,
226: -- System_Linkage_Function Pa_System_Linkages.Function%TYPE,
227: -- Quantity Pa_Expenditure_Items_All.quantity%TYPE,
228: -- Incurred_By_Person_Id Pa_Expenditures_All.Incurred_By_Person_Id%TYPE,
229: -- Override_Approver_Person_Id Pa_Expenditures_All.Overriding_Approver_Person_Id%TYPE,
230: -- Expenditure_Item_Date Pa_Expenditure_Items_All.Expenditure_Item_Date%TYPE,
231: -- Exp_Ending_Date Pa_Expenditures_All.Expenditure_Ending_Date%TYPE,
232: -- Attribute_Category Pa_Expenditure_Items_All.Attribute_Category%TYPE,
233: -- Attribute1 Pa_Expenditure_Items_All.Attribute1%TYPE,

Line 231: -- Exp_Ending_Date Pa_Expenditures_All.Expenditure_Ending_Date%TYPE,

227: -- Quantity Pa_Expenditure_Items_All.quantity%TYPE,
228: -- Incurred_By_Person_Id Pa_Expenditures_All.Incurred_By_Person_Id%TYPE,
229: -- Override_Approver_Person_Id Pa_Expenditures_All.Overriding_Approver_Person_Id%TYPE,
230: -- Expenditure_Item_Date Pa_Expenditure_Items_All.Expenditure_Item_Date%TYPE,
231: -- Exp_Ending_Date Pa_Expenditures_All.Expenditure_Ending_Date%TYPE,
232: -- Attribute_Category Pa_Expenditure_Items_All.Attribute_Category%TYPE,
233: -- Attribute1 Pa_Expenditure_Items_All.Attribute1%TYPE,
234: -- Attribute2 Pa_Expenditure_Items_All.Attribute1%TYPE,
235: -- Attribute3 Pa_Expenditure_Items_All.Attribute1%TYPE,

Line 245: -- Orig_Exp_Txn_Reference1 Pa_Expenditures_All.Orig_Exp_Txn_Reference1%TYPE)

241: -- Attribute9 Pa_Expenditure_Items_All.Attribute1%TYPE,
242: -- Attribute10 Pa_Expenditure_Items_All.Attribute1%TYPE,
243: -- Billable_Flag Pa_Expenditure_Items_All.Billable_Flag%TYPE,
244: -- Expenditure_Item_Comment Pa_Expenditure_Comments.Expenditure_Comment%TYPE,
245: -- Orig_Exp_Txn_Reference1 Pa_Expenditures_All.Orig_Exp_Txn_Reference1%TYPE)
246: --
247: -- The following pl/sql table columns will always be NULL:
248: -- Orig_Exp_Txn_Reference1
249: --

Line 306: P_Expenditure_Id IN pa_expenditures_all.expenditure_id%TYPE DEFAULT NULL,

302: --
303: PROCEDURE Display_Business_Message(
304: P_Timecard_Table IN Pa_Otc_Api.Timecard_Table,
305: P_Module IN VARCHAR2,
306: P_Expenditure_Id IN pa_expenditures_all.expenditure_id%TYPE DEFAULT NULL,
307: P_Person_id IN per_all_people_f.person_id%TYPE,
308: P_Week_Ending_Date IN Date,
309: X_Msg_Application_Name OUT NOCOPY Fnd_Application.Application_short_name%TYPE,
310: X_Message_data OUT NOCOPY Varchar2,