DBA Data[Home] [Help]

APPS.XTR_RATE_CHANGE dependencies on FND_GLOBAL

Line 87: where user_id = fnd_global.user_id;

83:
84: cursor DEALER is
85: select dealer_code
86: from xtr_dealer_codes_v
87: where user_id = fnd_global.user_id;
88:
89:
90: BEGIN
91: --cep_standard.enable_debug;