DBA Data[Home] [Help]

APPS.PN_DISTRIBUTION_ACCOUNT dependencies on DUAL

Line 322: FROM dual

318: ) IS
319:
320: CURSOR chk_exists IS
321: SELECT'Y'
322: FROM dual
323: WHERE EXISTS (SELECT NULL
324: FROM pn_distributions_all
325: WHERE payment_term_id = p_payment_term_id
326: AND account_class = p_accnt_class);