DBA Data[Home] [Help]

APPS.XTR_HEDGE_PROCESS_P dependencies on FND_DATE

Line 2372: select fnd_date.canonical_to_date(from_value), fnd_date.canonical_to_date(to_value)

2368: l_source XTR_HEDGE_CRITERIA.FROM_VALUE%TYPE;
2369:
2370: cursor basic_crit(hedge_no in NUMBER) is
2371: --select from_value, to_value
2372: select fnd_date.canonical_to_date(from_value), fnd_date.canonical_to_date(to_value)
2373: from xtr_hedge_criteria
2374: where hedge_attribute_id = hedge_no
2375: and criteria_type = 'BASIC'
2376: and criteria_code = 'TRX_DATES';