DBA Data[Home] [Help]

APPS.MSC_ATP_PVT dependencies on MSC_ASSIGNMENT_SETS

Line 454: from msc_assignment_sets

450: -- Commented the code changes made in bug4567833 for the bug 12711659
451: begin
452: select assignment_set_id
453: into lv_assign_set_id -- Use new local variable
454: from msc_assignment_sets
455: where sr_instance_id = p_instance_id
456: and sr_assignment_set_id = p_assign_set_id;
457:
458: IF PG_DEBUG in ('Y', 'C') THEN

Line 896: // from msc_assignment_sets

892: /* Remove duplicate query
893: //begin
894: // select assignment_set_id
895: // into l_assign_set_id
896: // from msc_assignment_sets
897: // where sr_instance_id = p_instance_id
898: // and sr_assignment_set_id = p_assign_set_id;
899:
900: //exception