DBA Data[Home] [Help]

APPS.PAY_US_USERRA dependencies on FND_DATE

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

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