DBA Data[Home] [Help]

APPS.AP_WEB_CREDIT_CARD_WF dependencies on AP_CCARD_NOTIFICATION_ID_S

Line 75: SELECT to_char(ap_cCard_Notification_ID_s.nextval)

71: FUNCTION GetNextCardNotificationID RETURN VARCHAR2 IS
72: ---------------------------------------------------------------------------
73: l_itemKey VARCHAR2(100);
74: BEGIN
75: SELECT to_char(ap_cCard_Notification_ID_s.nextval)
76: INTO l_itemKey
77: FROM sys.dual;
78: return l_itemKey;
79: EXCEPTION