DBA Data[Home] [Help]

APPS.PO_PRICE_BREAK_GRP dependencies on PO_MESSAGE_S

Line 724: po_message_s.app_error('PO_CUSTOM_PRICE_LESS_0',

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

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

877: x_rate_type := NULL;
878: x_rate_date := NULL;
879: x_rate := NULL;
880: x_price_break_id := NULL;
881: po_message_s.sql_error('get_price_break', l_progress, sqlcode);
882: raise;
883:
884: END get_price_break;
885:

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

1041: CLOSE req_lines;
1042:
1043: EXCEPTION
1044: WHEN OTHERS THEN
1045: po_message_s.sql_error('set_break_price', l_progress, sqlcode);
1046: RAISE;
1047: END Reqimport_Set_Break_Price;
1048: --
1049: