DBA Data[Home] [Help]

APPS.AHL_SUBSCRIPTIONS_PKG dependencies on DUAL

Line 531: from DUAL;

527: where SUBSCRIPTION_ID = X_SUBSCRIPTION_ID;
528:
529: cursor c_get_rec_id is
530: select AHL_SUBSCRIPTIONS_B_S.NEXTVAL
531: from DUAL;
532:
533: BEGIN
534:
535: if X_OWNER = 'SEED' then