DBA Data[Home] [Help]

APPS.PAY_US_USERRA dependencies on FND_DATE

Line 88: ld_year := fnd_date.canonical_to_date(p_year) ;

84:
85: lv_lookup_type := 'W2 BOX 12';
86: ln_application_id := 801;
87: lv_enabled_flag := 'Y';
88: ld_year := fnd_date.canonical_to_date(p_year) ;
89: lv_year := to_char(ld_year,'YYYY');
90: lv_short_year := substr(lv_year,3,2);
91: lv_description := 'Creation of '||lv_year||' USERRA Balances for Box 12 of W2';
92: --