DBA Data[Home] [Help]

APPS.PO_SIGNATURE_PVT dependencies on FND_MSG_PUB

Line 2505: FOR i IN 1..FND_MSG_PUB.count_msg LOOP

2501: EXCEPTION
2502: -- Bug 3602512 START
2503: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2504: IF (g_debug_unexp) THEN
2505: FOR i IN 1..FND_MSG_PUB.count_msg LOOP
2506: PO_DEBUG.debug_unexp (
2507: p_log_head => c_log_head||l_api_name,
2508: p_progress => NULL,
2509: p_message => FND_MSG_PUB.get ( p_msg_index => i,

Line 2509: p_message => FND_MSG_PUB.get ( p_msg_index => i,

2505: FOR i IN 1..FND_MSG_PUB.count_msg LOOP
2506: PO_DEBUG.debug_unexp (
2507: p_log_head => c_log_head||l_api_name,
2508: p_progress => NULL,
2509: p_message => FND_MSG_PUB.get ( p_msg_index => i,
2510: p_encoded => FND_API.G_FALSE ) );
2511: END LOOP;
2512: END IF;
2513: RAISE;