DBA Data[Home] [Help]

APPS.HZ_PARTY_INFO_V2PUB dependencies on STANDARD

Line 533: --Standard start of API savepoint

529: dummy_entity_attr_id NUMBER;
530: dummy_is_datasource_selected VARCHAR2(1);
531: BEGIN
532:
533: --Standard start of API savepoint
534: SAVEPOINT create_credit_rating;
535:
536: --Initialize message list if p_init_msg_list is set to TRUE.
537: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

576: END IF;
577: END IF;
578:
579:
580: --Standard call to get message count and if count is 1, get message info.
581: FND_MSG_PUB.Count_And_Get(
582: p_encoded => FND_API.G_FALSE,
583: p_count => x_msg_count,
584: p_data => x_msg_data);

Line 663: --Standard start of API savepoint

659: l_old_credit_rating_rec CREDIT_RATING_REC_TYPE;
660:
661: BEGIN
662:
663: --Standard start of API savepoint
664: SAVEPOINT update_credit_rating;
665:
666: --Initialize message list if p_init_msg_list is set to TRUE.
667: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

708: END IF;
709: END IF;
710: HZ_UTILITY_V2PUB.G_UPDATE_ACS := NULL;
711:
712: --Standard call to get message count and if count is 1, get message info.
713: FND_MSG_PUB.Count_And_Get(
714: p_encoded => FND_API.G_FALSE,
715: p_count => x_msg_count,
716: p_data => x_msg_data);

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

911: x_global_failure_score => x_credit_rating_rec.global_failure_score,
912: x_actual_content_source => x_credit_rating_rec.actual_content_source
913: );
914:
915: --Standard call to get message count and if count is 1, get message info.
916: FND_MSG_PUB.Count_And_Get(
917: p_encoded => FND_API.G_FALSE,
918: p_count => x_msg_count,
919: p_data => x_msg_data );