DBA Data[Home] [Help]

APPS.JTF_RS_SALESREPS_PVT dependencies on STANDARD

Line 114: /* Standard call to check for call compatibility. */

110: SAVEPOINT create_salesrep_pvt;
111:
112: x_return_status := fnd_api.g_ret_sts_success;
113:
114: /* Standard call to check for call compatibility. */
115: IF NOT fnd_api.Compatible_api_call( l_api_version,
116: p_api_version,
117: l_api_name,
118: G_PKG_NAME)

Line 543: /* Standard call for Message Generation */

539: END IF;
540: END IF;
541:
542:
543: /* Standard call for Message Generation */
544:
545: IF jtf_usr_hks.ok_to_execute(
546: 'JTF_RS_SALESREPS_PVT',
547: 'CREATE_SALESREP',

Line 600: /* Standard call to get message count and if count is 1, get message info. */

596: IF fnd_api.to_Boolean(p_commit) THEN
597: COMMIT WORK;
598: END IF;
599:
600: /* Standard call to get message count and if count is 1, get message info. */
601: FND_MSG_PUB.Count_And_Get
602: (p_count => x_msg_count,
603: p_data => x_msg_data
604: );

Line 849: /* Standard call to check for call compatibility. */

845: SAVEPOINT update_salesrep_pvt;
846:
847: x_return_status := fnd_api.g_ret_sts_success;
848:
849: /* Standard call to check for call compatibility. */
850: IF NOT fnd_api.Compatible_api_call( l_api_version,
851: p_api_version,
852: l_api_name,
853: G_PKG_NAME)

Line 1251: /* Standard call for Message Generation */

1247:
1248: END IF;
1249: END IF;
1250:
1251: /* Standard call for Message Generation */
1252:
1253: IF jtf_usr_hks.ok_to_execute(
1254: 'JTF_RS_SALESREPS_PVT',
1255: 'UPDATE_SALESREP',

Line 1308: /* Standard call to get message count and if count is 1, get message info. */

1304: IF fnd_api.to_Boolean(p_commit) THEN
1305: COMMIT WORK;
1306: END IF;
1307:
1308: /* Standard call to get message count and if count is 1, get message info. */
1309: FND_MSG_PUB.Count_And_Get
1310: (p_count => x_msg_count,
1311: p_data => x_msg_data
1312: );