DBA Data[Home] [Help]

APPS.CE_OA_UTIL dependencies on XTR_DEALER_CODES

Line 9: from xtr_dealer_codes

5: l_cnt number;
6: BEGIN
7: select count(1)
8: into l_cnt
9: from xtr_dealer_codes
10: where user_id = X_user_id;
11:
12: if l_cnt = 0 then
13: return 'N';