DBA Data[Home] [Help]

APPS.JTF_RS_INTERFACE_PVT dependencies on JTF_RESOURCE_UTL

Line 61: * JTF_RESOURCE_UTL.validate_input_dates API.

57: * Commented CONTINUE statement, which is new feature in 11g
58: * and build was in 10g. IF loop added accordingly.
59: * 25th Sep 2009 Sudhir Gokavarapu Bug8945146 Before calling Public APIs to update resource
60: * verification of Input dates are done by calling
61: * JTF_RESOURCE_UTL.validate_input_dates API.
62: * 23rd Jan 2013 Sudhir Gokavarapu Bug16190251 In do_update_resource procedure corrected
63: * c_resource_int cursor.
64: *
65: */

Line 986: JTF_RESOURCE_UTL.validate_input_dates

982: 'l_end_date_active_db:'||TO_CHAR(l_end_date_active_db,'dd-MM-RRRR hh24:mi:ss'),
983: p_prefix =>l_debug_prefix,
984: p_msg_level=>fnd_log.level_statement);
985: END IF;
986: JTF_RESOURCE_UTL.validate_input_dates
987: (p_start_date_active => l_start_date_active,
988: p_end_date_active => l_end_date_active,
989: x_return_status => l_return_status
990: );