DBA Data[Home] [Help]

APPS.CN_SRP_PERIOD_QUOTAS_PKG dependencies on DUAL

Line 1458: from dual where not exists ( select 1 from cn_srp_period_quotas_ext_all

1454: l_login_id,
1455: sysdate,
1456: l_user_id,
1457: x_org_id
1458: from dual where not exists ( select 1 from cn_srp_period_quotas_ext_all
1459: where srp_period_quota_id = x_srp_period_quota_id
1460: and input_sequence = i_seq );
1461: END LOOP;
1462: ELSIF x_operation = 'DELETE' THEN