DBA Data[Home] [Help]

APPS.PA_TIME_CLIENT_EXTN dependencies on PA_PROJECTS_ALL

Line 110: p_project_id IN pa_projects_all.project_id%TYPE,

106: --------------------------------------------------------------------------------
107:
108: PROCEDURE Override_Match_Status(
109: p_person_id IN per_people_f.person_id%TYPE,
110: p_project_id IN pa_projects_all.project_id%TYPE,
111: p_task_id IN pa_tasks.task_id%TYPE,
112: p_expenditure_type IN pa_expenditure_types.expenditure_type%TYPE,
113: p_expenditure_type_class IN pa_system_linkages.function%TYPE,
114: p_expenditure_item_date IN pa_expenditure_items_all.expenditure_item_date%TYPE,

Line 221: -- Project_Number Pa_Projects_All.Segment1%TYPE,

217: -- structure so that summary-level validation can take place.
218: -- A new parameter, P_Timecard_Rec, is therefore being introduced for this purpose.
219: -- Below is the table record structure:
220: --
221: -- Project_Number Pa_Projects_All.Segment1%TYPE,
222: -- Project_Id Pa_Projects_All.Project_Id%TYPE,
223: -- Task_Number Pa_Tasks.Task_Number%TYPE,
224: -- Task_Id Pa_Tasks.Task_Id%TYPE,
225: -- Expenditure_Type Pa_Expenditure_Types.Expenditure_Type%TYPE,

Line 222: -- Project_Id Pa_Projects_All.Project_Id%TYPE,

218: -- A new parameter, P_Timecard_Rec, is therefore being introduced for this purpose.
219: -- Below is the table record structure:
220: --
221: -- Project_Number Pa_Projects_All.Segment1%TYPE,
222: -- Project_Id Pa_Projects_All.Project_Id%TYPE,
223: -- Task_Number Pa_Tasks.Task_Number%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,