DBA Data[Home] [Help]

APPS.JTF_RS_INTERFACE_PVT dependencies on JTF_RS_RESOURCE_UTL_PUB

Line 967: -- then call jtf_rs_resource_utl_pub.end_date_employee procedure for end dating.

963: -- like resource role, group member role, salesrep etc.
964: -- To accomplish this
965: -- If there is any additional attribute other than end date to be updated,
966: -- first call JTF_RS_RESOURCE_PUB.update_resource procedure without end date,
967: -- then call jtf_rs_resource_utl_pub.end_date_employee procedure for end dating.
968:
969:
970: IF (
971: ((l_end_date_active IS NOT NULL AND l_end_date_active <> l_miss_date)

Line 1086: jtf_rs_resource_utl_pub.end_date_employee(

1082: END IF;
1083:
1084: -- Other_value flag value is False. No value other than end date to be updated.
1085: -- Call only end_date_employee and move to next record.
1086: jtf_rs_resource_utl_pub.end_date_employee(
1087: p_api_version => l_api_version,
1088: p_init_msg_list => l_init_msg_list,
1089: p_commit => l_commit,
1090: p_resource_id => l_resource_id,

Line 1259: jtf_rs_resource_utl_pub.end_date_employee(

1255: p_prefix =>l_debug_prefix,
1256: p_msg_level=>fnd_log.level_statement);
1257: END IF;
1258:
1259: jtf_rs_resource_utl_pub.end_date_employee(
1260: p_api_version => 1.0,
1261: p_init_msg_list => l_init_msg_list,
1262: p_commit => l_commit,
1263: p_resource_id => l_resource_id,