DBA Data[Home] [Help]

APPS.JTF_RS_INTERFACE_PVT dependencies on JTF_RS_RESOURCE_PUB

Line 9: Calls corresponding private procedures from jtf_rs_resource_pub to do business

5: Its main procedures are as following:
6: Import Resource
7: Import Salesreps
8: This package validates the input parameters to these procedures and then
9: Calls corresponding private procedures from jtf_rs_resource_pub to do business
10: validations and to do actual create and update into tables.
11: ******************************************************************************************/
12:
13:

Line 348: JTF_RS_RESOURCE_PUB.CREATE_RESOURCE(

344: p_msg_level=>fnd_log.level_statement);
345: END IF;
346:
347: --Call the Public procedure to Create Resource.
348: JTF_RS_RESOURCE_PUB.CREATE_RESOURCE(
349: p_api_version => l_api_version,
350: p_init_msg_list => l_init_msg_list,
351: p_commit => l_commit,
352: p_category => l_category,

Line 966: -- first call JTF_RS_RESOURCE_PUB.update_resource procedure without end date,

962: -- we have to end date resource and related child entities
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 (

Line 1151: jtf_rs_resource_pub.update_resource(

1147: debug(p_message=>'Having other than end date to be updated. ',
1148: p_prefix =>l_debug_prefix,
1149: p_msg_level=>fnd_log.level_statement);
1150: END IF;
1151: jtf_rs_resource_pub.update_resource(
1152: p_api_version => l_api_version,
1153: p_init_msg_list => l_init_msg_list,
1154: p_commit => l_commit,
1155: p_address_id => l_address_id,

Line 1320: JTF_RS_RESOURCE_PUB.UPDATE_RESOURCE(

1316: END IF; -- Date value validation
1317: ELSE --end_date_active check, Normal call
1318:
1319: --Call the Public procedure to Update Resource.
1320: JTF_RS_RESOURCE_PUB.UPDATE_RESOURCE(
1321: p_api_version => 1.0,
1322: p_init_msg_list => l_init_msg_list,
1323: p_commit => l_commit,
1324: p_address_id => l_address_id,