DBA Data[Home] [Help]

APPS.HZ_RELATIONSHIP_V2PUB dependencies on STANDARD

Line 2953: -- Standard start of API savepoint

2949: l_create_org_contact VARCHAR2(1) := NVL(p_create_org_contact,'Y');
2950:
2951: BEGIN
2952:
2953: -- Standard start of API savepoint
2954: SAVEPOINT create_relationship;
2955:
2956: -- Check if API is called in debug mode. If yes, enable debug.
2957: --enable_debug;

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

3079: p_RELATIONSHIP_ID => x_relationship_id );
3080: END IF;
3081: END IF;
3082:
3083: -- Standard call to get message count and if count is 1, get message info.
3084: FND_MSG_PUB.Count_And_Get(
3085: p_encoded => FND_API.G_FALSE,
3086: p_count => x_msg_count,
3087: p_data => x_msg_data);

Line 3240: -- Standard start of API savepoint

3236: l_debug_prefix VARCHAR2(30) := '';
3237:
3238: BEGIN
3239:
3240: -- Standard start of API savepoint
3241: SAVEPOINT update_relationship;
3242:
3243: -- Check if API is called in debug mode. If yes, enable debug.
3244: --enable_debug;

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

3367: END IF;
3368: END IF;
3369:
3370: HZ_UTILITY_V2PUB.G_UPDATE_ACS := NULL;
3371: -- Standard call to get message count and if count is 1, get message info.
3372: FND_MSG_PUB.Count_And_Get(
3373: p_encoded => FND_API.G_FALSE,
3374: p_count => x_msg_count,
3375: p_data => x_msg_data);

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

3663: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3664: END IF;
3665: END IF;
3666:
3667: --Standard call to get message count and if count is 1, get message info.
3668: FND_MSG_PUB.Count_And_Get(
3669: p_encoded => FND_API.G_FALSE,
3670: p_count => x_msg_count,
3671: p_data => x_msg_data );