DBA Data[Home] [Help]

APPS.AR_CMGT_REVIEW_CONC dependencies on FND_DATE

Line 127: , argument2 => fnd_date.date_to_canonical(p_review_cycle_as_of_date)

123: , description => ''
124: , start_time => ''
125: , sub_request => FALSE
126: , argument1 => p_review_cycle
127: , argument2 => fnd_date.date_to_canonical(p_review_cycle_as_of_date)
128: , argument3 => p_currency_code
129: , argument4 => p_cust_level
130: , argument5 => fnd_number.number_to_canonical(p_check_list_id)
131: , argument6 => p_check_list_match_rule

Line 490: trunc(nvl(fnd_date.canonical_to_date(p_review_cycle_as_of_date), sysdate)) ;

486: l_credit_classification := p_credit_classification ;
487: l_processing_option := p_processing_option;
488: l_request_id := fnd_global.conc_request_id;
489: l_review_cycle_as_of_date :=
490: trunc(nvl(fnd_date.canonical_to_date(p_review_cycle_as_of_date), sysdate)) ;
491: l_cust_level := p_cust_level;
492: l_cust_account_id := p_cust_account_id;
493: l_currency_code := p_currency_code;
494: