DBA Data[Home] [Help]

APPS.PO_WF_BUILD_ACCOUNT_INIT dependencies on FND_MESSAGE

Line 1439: fnd_message.clear;

1435:
1436: -- Complete the blocked workflow as it may be running in synch mode and
1437: -- cause problems for consequent account generation runs for this session.
1438: BEGIN
1439: fnd_message.clear;
1440:
1441: IF g_debug_stmt THEN
1442: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
1443: p_token => l_progress,

Line 1937: ** "fnd_message.clear" to clear the messages that are generated

1933: -- session.
1934: BEGIN
1935: /*
1936: ** Bug #2098214, Added the following statement
1937: ** "fnd_message.clear" to clear the messages that are generated
1938: ** while creating an account. This messages are generated by
1939: ** FND as workflow calls the function to validate the account
1940: ** and it returns success even if the account is not generated.
1941: */

Line 1943: fnd_message.clear;

1939: ** FND as workflow calls the function to validate the account
1940: ** and it returns success even if the account is not generated.
1941: */
1942: IF x_destination_type_code = 'EXPENSE' THEN
1943: fnd_message.clear;
1944: END IF;
1945:
1946: IF g_debug_stmt THEN
1947: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,