DBA Data[Home] [Help]

APPS.PSP_CREATE_EFF_REPORTS dependencies on T_VARCHAR_30_TYPE

Line 42: array_sum_criteria t_varchar_30_type := t_varchar_30_type(NULL),

38:
39:
40: type effort_sum_criteria_type is record
41: (
42: array_sum_criteria t_varchar_30_type := t_varchar_30_type(NULL),
43: array_sum_order t_num_15_type := t_num_15_type(NULL),
44: array_criteria_value1 t_varchar_30_type := t_varchar_30_type(NULL),
45: array_criteria_value2 t_varchar_30_type := t_varchar_30_type(NULL)
46:

Line 44: array_criteria_value1 t_varchar_30_type := t_varchar_30_type(NULL),

40: type effort_sum_criteria_type is record
41: (
42: array_sum_criteria t_varchar_30_type := t_varchar_30_type(NULL),
43: array_sum_order t_num_15_type := t_num_15_type(NULL),
44: array_criteria_value1 t_varchar_30_type := t_varchar_30_type(NULL),
45: array_criteria_value2 t_varchar_30_type := t_varchar_30_type(NULL)
46:
47: );
48:

Line 45: array_criteria_value2 t_varchar_30_type := t_varchar_30_type(NULL)

41: (
42: array_sum_criteria t_varchar_30_type := t_varchar_30_type(NULL),
43: array_sum_order t_num_15_type := t_num_15_type(NULL),
44: array_criteria_value1 t_varchar_30_type := t_varchar_30_type(NULL),
45: array_criteria_value2 t_varchar_30_type := t_varchar_30_type(NULL)
46:
47: );
48:
49: eff_template_sum_rec effort_sum_criteria_type;

Line 125: det_expenditure_type t_varchar_30_type := t_varchar_30_type(NULL);

121: det_segment30 t_varchar_25_type := t_varchar_25_type(NULL) ;
122: det_assignment_id t_num_15_type := t_num_15_type(NULL);
123: det_project_id t_num_15_type := t_num_15_type(NULL) ;
124: det_exp_org_id t_num_15_type := t_num_15_type(NULL) ;
125: det_expenditure_type t_varchar_30_type := t_varchar_30_type(NULL);
126: det_task_id t_num_15_type := t_num_15_type(NULL) ;
127: det_award_id t_num_15_type := t_num_15_type(NULL) ;
128: det_distribution_amount t_num_15_2_type := t_num_15_2_type(NULL);
129: det_sum_amount t_number_type := t_number_type(NULL) ;