DBA Data[Home] [Help]

APPS.IGC_CC_OPN_UPD_GET_LNK_PUB dependencies on IGC_CC_WF_ITEMKEY_S

Line 2682: SELECT to_char(IGC_CC_WF_ITEMKEY_S.NEXTVAL)

2678: g_debug_msg := 'CC Update APi Approval Process begins here ...';
2679: Output_Debug( l_full_path,p_debug_msg => g_debug_msg);
2680: END IF;
2681:
2682: SELECT to_char(IGC_CC_WF_ITEMKEY_S.NEXTVAL)
2683: INTO l_seq
2684: FROM sys.dual;
2685:
2686: l_itemkey := TO_CHAR(l_cc_header_id) || '-' || l_seq;