DBA Data[Home] [Help]

APPS.JTF_TASK_MASS_PUB dependencies on STANDARD

Line 59: -- Standard start of API savepoint

55: l_api_version CONSTANT NUMBER := 1.0;
56: l_api_name CONSTANT VARCHAR2(30) := 'CREATE_TASK';
57: BEGIN
58: --
59: -- Standard start of API savepoint
60: --
61: SAVEPOINT create_mass_task_pub;
62:
63: --

Line 69: -- Standard call to check for call compatibility

65: --
66: x_return_status := fnd_api.g_ret_sts_success;
67:
68: --
69: -- Standard call to check for call compatibility
70: --
71: IF NOT fnd_api.compatible_api_call (
72: l_api_version,
73: p_api_version,