DBA Data[Home] [Help]

APPS.OCM_ADD_DATA_POINTS dependencies on AR_CMGT_SETUP_OPTIONS

Line 610: l_exchange_rate_type ar_cmgt_setup_options.default_exchange_rate_type%type;

606: SELECT *
607: FROM ar_cmgt_credit_requests
608: WHERE credit_request_id = p_credit_request_id;
609:
610: l_exchange_rate_type ar_cmgt_setup_options.default_exchange_rate_type%type;
611:
612: BEGIN
613: IF pg_wf_debug = 'Y'
614: THEN

Line 672: FROM ar_cmgt_setup_options;

668:
669: BEGIN
670: SELECT default_exchange_rate_type
671: INTO l_exchange_rate_type
672: FROM ar_cmgt_setup_options;
673:
674: pg_ocm_add_dp_param_rec.p_exchange_rate_type := l_exchange_rate_type;
675:
676: EXCEPTION