DBA Data[Home] [Help]

APPS.JTF_RS_GROUP_REPORT_PUB dependencies on STANDARD

Line 908: Modified the following lines to comply with GSCC standard

904: AND rel.related_group_id = p_group_id
905: AND NVL(rel.delete_flag, 'N') <> 'Y'
906: /*
907: mugsrin:
908: Modified the following lines to comply with GSCC standard
909: Original:
910: AND least(nvl(end_date_active, to_date(l_g_miss_date)),
911: nvl(p_least_end_date, to_date(l_g_miss_date))) >=
912: Modified as given below: