DBA Data[Home] [Help]

APPS.PO_AUTO_LINE_LOC_PROCESS_PVT dependencies on FND_MSG_PUB

Line 1838: FND_MSG_PUB.Add;

1834: PO_DEBUG.debug_exc(p_log_head => g_log_head||l_api_name, p_progress => l_progress);
1835: END IF;
1836:
1837: po_message_s.sql_error('Exception of create_price_break()', l_progress,SQLCODE);
1838: FND_MSG_PUB.Add;
1839: RAISE unexpected_create_pb_err;
1840: END;
1841:
1842:

Line 2185: FND_MSG_PUB.Add;

2181: PO_DEBUG.debug_exc(p_log_head => g_log_head||l_api_name, p_progress => l_progress);
2182: END IF;
2183:
2184: po_message_s.sql_error('Exception of create_price_break()', l_progress, SQLCODE);
2185: FND_MSG_PUB.Add;
2186: RAISE unexpected_create_pb_err;
2187: END;
2188: END IF; --
2189: END LOOP;