DBA Data[Home] [Help]

APPS.HZ_FORMAT_PHONE_V2PUB dependencies on STANDARD

Line 435: -- Standard call to get msg count and if count is 1, get msg info.

431: x_msg_count ,
432: x_msg_data );
433:
434:
435: -- Standard call to get msg count and if count is 1, get msg info.
436: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
437: p_count => x_msg_count,
438: p_data => x_msg_data);
439:

Line 624: -- standard start of API savepoint

620: x_area_code_size NUMBER;
621:
622: BEGIN
623:
624: -- standard start of API savepoint
625: -- SAVEPOINT phone_display;
626:
627: -- Check if API is called in debug mode. If yes, enable debug.
628: --enable_debug;

Line 852: -- Standard call to get msg count and if count is 1, get msg info.

848: end if;
849:
850: x_formatted_phone_number := l_formatted_phone_number;
851:
852: -- Standard call to get msg count and if count is 1, get msg info.
853: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
854: p_count => x_msg_count,
855: p_data => x_msg_data);
856:

Line 1222: -- Standard call to get msg count and if count is 1, get msg info.

1218: END IF;
1219:
1220: x_formatted_phone_number := l_formatted_phone_number;
1221:
1222: -- Standard call to get msg count and if count is 1, get msg info.
1223: fnd_msg_pub.count_and_get(
1224: p_encoded => fnd_api.g_false,
1225: p_count => x_msg_count,
1226: p_data => x_msg_data);

Line 1447: -- Standard call to get msg count and if count is 1, get msg info.

1443: ELSE ---p_phone_country_code is NULL
1444: x_mobile_flag := 'N';
1445: END IF; ---p_phone_country_code is NULL
1446:
1447: -- Standard call to get msg count and if count is 1, get msg info.
1448: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false,
1449: p_count => x_msg_count,
1450: p_data => x_msg_data);
1451: