DBA Data[Home] [Help]

APPS.AS_INTEREST_TYPES_PUB dependencies on STANDARD

Line 93: -- Standard Start of API SavePoint

89: AND P.CATEGORY_SET_ID = p_prod_cat_set_id;
90: l_module CONSTANT VARCHAR2(255) := 'as.plsql.intypub.create_interest_type';
91:
92: BEGIN
93: -- Standard Start of API SavePoint
94: SAVEPOINT create_interest_type_PUB;
95:
96: -- Initialize message list if p_init_msg_list is set to TRUE.
97: IF FND_API.to_Boolean( p_init_msg_list ) THEN

Line 102: -- Standard call to check for call compatibility.

98: FND_MSG_PUB.initialize;
99: END IF;
100:
101:
102: -- Standard call to check for call compatibility.
103: IF NOT FND_API.Compatible_API_Call (l_api_version,
104: p_api_version_number,
105: l_api_name,
106: G_PKG_NAME )

Line 363: -- Standard check of p_commit.

359: l_prod_cat_id
360: );
361: END IF;
362:
363: -- Standard check of p_commit.
364: IF FND_API.To_Boolean( p_commit ) THEN
365: COMMIT WORK;
366: END IF;
367:

Line 368: -- Standard call to get message count and if count is 1,

364: IF FND_API.To_Boolean( p_commit ) THEN
365: COMMIT WORK;
366: END IF;
367:
368: -- Standard call to get message count and if count is 1,
369: -- get message info.
370:
371: FND_MSG_PUB.Count_And_Get(
372: p_count => x_msg_count,

Line 522: -- Standard STart of API SavePoint

518: l_module CONSTANT VARCHAR2(255) := 'as.plsql.intypub.update_interest_type';
519:
520: BEGIN
521:
522: -- Standard STart of API SavePoint
523: SAVEPOINT update_interest_type_PUB;
524:
525: -- Initialize message list if p_init_msg_list is set to TRUE.
526: IF FND_API.to_Boolean( p_init_msg_list ) THEN

Line 530: -- Standard call to check for call compatibility.

526: IF FND_API.to_Boolean( p_init_msg_list ) THEN
527: FND_MSG_PUB.initialize;
528: END IF;
529:
530: -- Standard call to check for call compatibility.
531: IF NOT FND_API.Compatible_API_Call (l_api_version,
532: p_api_version_number,
533: l_api_name,
534: G_PKG_NAME )

Line 869: -- Standard check of p_commit.

865:
866: -- Close Cursor
867: CLOSE lock_row_for_update ;
868:
869: -- Standard check of p_commit.
870: IF FND_API.To_Boolean( p_commit ) THEN
871: COMMIT WORK;
872: END IF;
873:

Line 874: -- Standard call to get message count and if count is 1, get

870: IF FND_API.To_Boolean( p_commit ) THEN
871: COMMIT WORK;
872: END IF;
873:
874: -- Standard call to get message count and if count is 1, get
875: -- message info.
876: FND_MSG_PUB.Count_And_Get(
877: p_count => x_msg_count,
878: p_data => x_msg_data