DBA Data[Home] [Help]

APPS.CS_EA_AUTOGEN_TASKS_PVT dependencies on CUG_INCIDNT_ATTR_VALS_VL

Line 579: l_sr_attr_code cug_incidnt_attr_vals_vl.sr_attribute_code % type;

575: x_msg_count out nocopy number,
576: x_msg_data out nocopy varchar2,
577: x_task_rec_table out nocopy EA_task_table_type) is
578: -- local variables
579: l_sr_attr_code cug_incidnt_attr_vals_vl.sr_attribute_code % type;
580: l_sr_attr_val cug_incidnt_attr_vals_vl.sr_attribute_value% type;
581: --
582: l_sr_attr_found varchar2(1);
583: l_indx number;

Line 580: l_sr_attr_val cug_incidnt_attr_vals_vl.sr_attribute_value% type;

576: x_msg_data out nocopy varchar2,
577: x_task_rec_table out nocopy EA_task_table_type) is
578: -- local variables
579: l_sr_attr_code cug_incidnt_attr_vals_vl.sr_attribute_code % type;
580: l_sr_attr_val cug_incidnt_attr_vals_vl.sr_attribute_value% type;
581: --
582: l_sr_attr_found varchar2(1);
583: l_indx number;
584: begin