DBA Data[Home] [Help]

APPS.CST_START_IMP_PROCESS dependencies on CST_LISTS_S

Line 64: select CST_LISTS_S.NEXTVAL into l_grp_id

60:
61: /* check if the specific group ID has been sent in or null(ALL) has been sent in*/
62:
63: If l_next_val is null then
64: select CST_LISTS_S.NEXTVAL into l_grp_id
65: from dual;
66: else
67: l_grp_id := to_number(l_next_val);
68: end if;