DBA Data[Home] [Help]

APPS.GMS_WF_PKG dependencies on GMS_WORKFLOW_ITEMKEY_S

Line 2094: select gms_workflow_itemkey_s.nextval

2090:
2091: BEGIN
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;

Line 2634: select gms_workflow_itemkey_s.nextval

2630: BEGIN
2631:
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;

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

3153:
3154:
3155: BEGIN
3156: x_err_code := 0;
3157: SELECT gms_workflow_itemkey_s.NEXTVAL INTO ItemKey FROM DUAL;
3158:
3159: OPEN award_cursor;
3160: FETCH award_cursor INTO l_award_number;
3161: close award_cursor;