DBA Data[Home] [Help]

APPS.OCM_ADD_DATA_POINTS dependencies on AR_CMGT_SETUP_OPTIONS

Line 447: l_exchange_rate_type ar_cmgt_setup_options.default_exchange_rate_type%type;

443: SELECT *
444: FROM ar_cmgt_credit_requests
445: WHERE credit_request_id = p_credit_request_id;
446:
447: l_exchange_rate_type ar_cmgt_setup_options.default_exchange_rate_type%type;
448:
449: BEGIN
450: p_resultout := 0;
451:

Line 482: FROM ar_cmgt_setup_options;

478: END LOOP;
479: BEGIN
480: SELECT default_exchange_rate_type
481: INTO l_exchange_rate_type
482: FROM ar_cmgt_setup_options;
483:
484: pg_ocm_add_dp_param_rec.p_exchange_rate_type := l_exchange_rate_type;
485:
486: EXCEPTION