DBA Data[Home] [Help]

APPS.JL_INTERFACE_VAL dependencies on FND_DATE

Line 620: l_global_attribute15 := to_char(fnd_date.canonical_to_date(p_global_attribute15));

616: IF (p_global_attribute15 IS NOT NULL) THEN
617: Length_Date := length (p_global_attribute15);
618:
619: --Bug 2729151
620: l_global_attribute15 := to_char(fnd_date.canonical_to_date(p_global_attribute15));
621: Length_Date := length (l_global_attribute15);
622:
623: IF (Length_Date = 9) THEN
624: IF NOT (jg_globe_flex_val_shared.Check_Format (l_global_attribute15,'D',9,'','','','','','')) THEN