DBA Data[Home] [Help]

APPS.MSC_X_CUST_FACING_RELEASE dependencies on MSC_SO_RELEASE_S

Line 794: select msc_so_release_s.nextval

790:
791: IF (lv_action = G_CREATE) THEN
792: /* If the action is to create, then insert the record in interface table */
793:
794: select msc_so_release_s.nextval
795: into lv_rel_id
796: from dual;
797:
798: /* set the Release_id attribute to system-generated sequence */