DBA Data[Home] [Help]

APPS.OZF_RESALE_COMMON_PVT dependencies on DUAL

Line 1919: FROM dual

1915: WHERE resale_batch_id = p_resale_batch_id;
1916:
1917: CURSOR count_cust_acctid_csr(p_id NUMBER) IS
1918: SELECT 1
1919: FROM dual
1920: WHERE EXISTS (SELECT hca.cust_account_id
1921: FROM hz_cust_accounts hca
1922: WHERE hca.cust_account_id = p_id);
1923: --