DBA Data[Home] [Help]

APPS.GMS_WF_PKG dependencies on DUAL

Line 2096: from dual;

2092: x_err_code := 0;
2093:
2094: select gms_workflow_itemkey_s.nextval
2095: into ItemKey
2096: from dual;
2097: open l_starter_full_name_csr;
2098: fetch l_starter_full_name_csr into x_full_name;
2099: IF (l_starter_full_name_csr%NOTFOUND)
2100: THEN

Line 2636: from dual;

2632: x_err_code := 0;
2633:
2634: select gms_workflow_itemkey_s.nextval
2635: into ItemKey
2636: from dual;
2637:
2638: open l_starter_full_name_csr;
2639: fetch l_starter_full_name_csr into l_full_name;
2640: close l_starter_full_name_csr;

Line 3124: SELECT gms_workflow_itemkey_s.NEXTVAL INTO ItemKey FROM DUAL;

3120:
3121:
3122: BEGIN
3123: x_err_code := 0;
3124: SELECT gms_workflow_itemkey_s.NEXTVAL INTO ItemKey FROM DUAL;
3125:
3126: OPEN award_cursor;
3127: FETCH award_cursor INTO l_award_number;
3128: close award_cursor;