DBA Data[Home] [Help]

APPS.HZ_ORGANIZATION_INFO_V2PUB dependencies on STANDARD

Line 593: --Standard start of API savepoint

589: l_financial_report_rec FINANCIAL_REPORT_REC_TYPE := p_financial_report_rec;
590:
591: BEGIN
592:
593: --Standard start of API savepoint
594: SAVEPOINT create_financial_report;
595:
596: --Initialize message list if p_init_msg_list is set to TRUE.
597: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

658: p_financial_report_id => x_financial_report_id);
659: END IF;
660: END IF;
661:
662: --Standard call to get message count and if count is 1, get message info.
663: FND_MSG_PUB.Count_And_Get(
664: p_encoded => FND_API.G_FALSE,
665: p_count => x_msg_count,
666: p_data => x_msg_data);

Line 748: --Standard start of API savepoint

744: l_old_fin_report_rec FINANCIAL_REPORT_REC_TYPE;
745:
746: BEGIN
747:
748: --Standard start of API savepoint
749: SAVEPOINT update_financial_report;
750:
751: --Initialize message list if p_init_msg_list is set to TRUE.
752: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

815: END IF;
816: END IF;
817:
818: HZ_UTILITY_V2PUB.G_UPDATE_ACS := NULL;
819: --Standard call to get message count and if count is 1, get message info.
820: FND_MSG_PUB.Count_And_Get(
821: p_encoded => FND_API.G_FALSE,
822: p_count => x_msg_count,
823: p_data => x_msg_data);

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

949: x_actual_content_source => p_financial_report_rec.actual_content_source,
950: x_created_by_module => p_financial_report_rec.created_by_module
951: );
952:
953: --Standard call to get message count and if count is 1, get message info.
954: FND_MSG_PUB.Count_And_Get(
955: p_encoded => FND_API.G_FALSE,
956: p_count => x_msg_count,
957: p_data => x_msg_data );

Line 1038: --Standard start of API savepoint

1034: l_financial_number_rec FINANCIAL_NUMBER_REC_TYPE := p_financial_number_rec;
1035:
1036: BEGIN
1037:
1038: --Standard start of API savepoint
1039: SAVEPOINT create_financial_number;
1040:
1041: --Initialize message list if p_init_msg_list is set to TRUE.
1042: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

1085: p_financial_number_id => x_financial_number_id);
1086: END IF;
1087: END IF;
1088:
1089: --Standard call to get message count and if count is 1, get message info.
1090: FND_MSG_PUB.Count_And_Get(
1091: p_encoded => FND_API.G_FALSE,
1092: p_count => x_msg_count,
1093: p_data => x_msg_data);

Line 1175: --Standard start of API savepoint

1171: l_old_financial_number_rec FINANCIAL_NUMBER_REC_TYPE;
1172:
1173: BEGIN
1174:
1175: --Standard start of API savepoint
1176: SAVEPOINT update_financial_number;
1177:
1178: --Initialize message list if p_init_msg_list is set to TRUE.
1179: IF FND_API.to_Boolean(p_init_msg_list) THEN

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

1230: p_financial_number_id => l_financial_number_rec.financial_number_id);
1231: END IF;
1232: END IF;
1233:
1234: --Standard call to get message count and if count is 1, get message info.
1235: FND_MSG_PUB.Count_And_Get(
1236: p_encoded => FND_API.G_FALSE,
1237: p_count => x_msg_count,
1238: p_data => x_msg_data);

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

1344: x_actual_content_source => G_MISS_CONTENT_SOURCE_TYPE
1345:
1346: );
1347:
1348: --Standard call to get message count and if count is 1, get message info.
1349: FND_MSG_PUB.Count_And_Get(
1350: p_encoded => FND_API.G_FALSE,
1351: p_count => x_msg_count,
1352: p_data => x_msg_data );