DBA Data[Home] [Help]

APPS.PO_PRICE_BREAK_GRP dependencies on PO_MESSAGE_S

Line 728: po_message_s.app_error('PO_CUSTOM_PRICE_LESS_0',

724: END IF; /* IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) */
725:
726: IF (l_new_currency_price IS NOT NULL) THEN -- The custom API returned back a price.
727: IF (l_new_currency_price < 0) THEN -- Price has to be greater than or equal to zero
728: po_message_s.app_error('PO_CUSTOM_PRICE_LESS_0',
729: 'ROUTINE', l_api_name,
730: 'ERR_NUMBER', l_progress,
731: 'CUSTOM_PRICING_API', 'GET_CUSTOM_REQ_PRICE');
732: app_exception.raise_exception;

Line 885: po_message_s.sql_error('get_price_break', l_progress, sqlcode);

881: x_rate_type := NULL;
882: x_rate_date := NULL;
883: x_rate := NULL;
884: x_price_break_id := NULL;
885: po_message_s.sql_error('get_price_break', l_progress, sqlcode);
886: raise;
887:
888: END get_price_break;
889:

Line 1049: po_message_s.sql_error('set_break_price', l_progress, sqlcode);

1045: CLOSE req_lines;
1046:
1047: EXCEPTION
1048: WHEN OTHERS THEN
1049: po_message_s.sql_error('set_break_price', l_progress, sqlcode);
1050: RAISE;
1051: END Reqimport_Set_Break_Price;
1052: --
1053: