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 1254: /* Standard call for Message Generation */

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

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

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