DBA Data[Home] [Help]

APPS.HZ_RELATIONSHIP_V2PUB dependencies on STANDARD

Line 2928: -- Standard start of API savepoint

2924: l_create_org_contact VARCHAR2(1) := NVL(p_create_org_contact,'Y');
2925:
2926: BEGIN
2927:
2928: -- Standard start of API savepoint
2929: SAVEPOINT create_relationship;
2930:
2931: -- Check if API is called in debug mode. If yes, enable debug.
2932: --enable_debug;

Line 3058: -- Standard call to get message count and if count is 1, get message info.

3054: p_RELATIONSHIP_ID => x_relationship_id );
3055: END IF;
3056: END IF;
3057:
3058: -- Standard call to get message count and if count is 1, get message info.
3059: FND_MSG_PUB.Count_And_Get(
3060: p_encoded => FND_API.G_FALSE,
3061: p_count => x_msg_count,
3062: p_data => x_msg_data);

Line 3215: -- Standard start of API savepoint

3211: l_debug_prefix VARCHAR2(30) := '';
3212:
3213: BEGIN
3214:
3215: -- Standard start of API savepoint
3216: SAVEPOINT update_relationship;
3217:
3218: -- Check if API is called in debug mode. If yes, enable debug.
3219: --enable_debug;

Line 3346: -- Standard call to get message count and if count is 1, get message info.

3342: END IF;
3343: END IF;
3344:
3345: HZ_UTILITY_V2PUB.G_UPDATE_ACS := NULL;
3346: -- Standard call to get message count and if count is 1, get message info.
3347: FND_MSG_PUB.Count_And_Get(
3348: p_encoded => FND_API.G_FALSE,
3349: p_count => x_msg_count,
3350: p_data => x_msg_data);

Line 3642: --Standard call to get message count and if count is 1, get message info.

3638: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3639: END IF;
3640: END IF;
3641:
3642: --Standard call to get message count and if count is 1, get message info.
3643: FND_MSG_PUB.Count_And_Get(
3644: p_encoded => FND_API.G_FALSE,
3645: p_count => x_msg_count,
3646: p_data => x_msg_data );