DBA Data[Home] [Help]

APPS.PATC dependencies on PA_TASKS

Line 168: G_OVERIDE_WORK_TYPE_ID pa_tasks.work_type_id%type :=NULL;

164: * and WORK_TYPE_NAME too needs to be modified.So instead of using IN OUT parameters
165: * global variables are declared to hold these parameters and can be referenced from
166: * anywhere
167: **/
168: G_OVERIDE_WORK_TYPE_ID pa_tasks.work_type_id%type :=NULL;
169: G_OVERIDE_TP_AMT_TYPE_CODE pa_expenditure_items_all.TP_AMT_TYPE_CODE%type :=NULL;
170: G_OVERIDE_ASSIGNMENT_NAME pa_project_assignments.assignment_name%type :=NULL;
171: G_OVERIDE_WORK_TYPE_NAME pa_work_types_tl.name%type :=NULL;
172: /* End of bug 2648550 */