DBA Data[Home] [Help]

APPS.PO_WF_BUILD_ACCOUNT_INIT dependencies on FND_MESSAGE

Line 1451: fnd_message.clear;

1447:
1448: -- Complete the blocked workflow as it may be running in synch mode and
1449: -- cause problems for consequent account generation runs for this session.
1450: BEGIN
1451: fnd_message.clear;
1452:
1453: IF g_debug_stmt THEN
1454: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,
1455: p_token => l_progress,

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

1947: -- session.
1948: BEGIN
1949: /*
1950: ** Bug #2098214, Added the following statement
1951: ** "fnd_message.clear" to clear the messages that are generated
1952: ** while creating an account. This messages are generated by
1953: ** FND as workflow calls the function to validate the account
1954: ** and it returns success even if the account is not generated.
1955: */

Line 1957: fnd_message.clear;

1953: ** FND as workflow calls the function to validate the account
1954: ** and it returns success even if the account is not generated.
1955: */
1956: IF x_destination_type_code = 'EXPENSE' THEN
1957: fnd_message.clear;
1958: END IF;
1959:
1960: IF g_debug_stmt THEN
1961: PO_DEBUG.debug_stmt(p_log_head => g_log_head||l_api_name,