DBA Data[Home] [Help]

APPS.PON_NEGOTIATION_PUBLISH_PVT dependencies on PON_BID_VALIDATIONS_PKG

Line 5002: PON_BID_VALIDATIONS_PKG.validate_currency_precision(progress_pymt_rate_percent, 2) = 'F' THEN

4998: SYSDATE, p_login_id, p_request_id -- 6
4999: )
5000:
5001: WHEN progress_pymt_rate_percent IS NOT NULL AND
5002: PON_BID_VALIDATIONS_PKG.validate_currency_precision(progress_pymt_rate_percent, 2) = 'F' THEN
5003: INTO pon_interface_errors
5004: (
5005: interface_type, error_message_name, batch_id, -- 2
5006: entity_type, auction_header_id, line_number, -- 3

Line 5023: PON_BID_VALIDATIONS_PKG.validate_currency_precision(recoupment_rate_percent, 2) = 'F' THEN

5019: 'LINENUM', document_disp_line_number
5020: )
5021:
5022: WHEN recoupment_rate_percent IS NOT NULL AND
5023: PON_BID_VALIDATIONS_PKG.validate_currency_precision(recoupment_rate_percent, 2) = 'F' THEN
5024: INTO pon_interface_errors
5025: (
5026: interface_type, error_message_name, batch_id, -- 2
5027: entity_type, auction_header_id, line_number, -- 3

Line 5044: PON_BID_VALIDATIONS_PKG.validate_currency_precision(retainage_rate_percent, 2) = 'F' THEN

5040: 'LINENUM', document_disp_line_number
5041: )
5042:
5043: WHEN retainage_rate_percent IS NOT NULL AND
5044: PON_BID_VALIDATIONS_PKG.validate_currency_precision(retainage_rate_percent, 2) = 'F' THEN
5045: INTO pon_interface_errors
5046: (
5047: interface_type, error_message_name, batch_id, -- 2
5048: entity_type, auction_header_id, line_number, -- 3

Line 5065: PON_BID_VALIDATIONS_PKG.validate_currency_precision(advance_amount, p_fnd_currency_precision) = 'F' THEN

5061: 'LINENUM', document_disp_line_number
5062: )
5063:
5064: WHEN advance_amount IS NOT NULL AND
5065: PON_BID_VALIDATIONS_PKG.validate_currency_precision(advance_amount, p_fnd_currency_precision) = 'F' THEN
5066: INTO pon_interface_errors
5067: (
5068: interface_type, error_message_name, batch_id, -- 2
5069: entity_type, auction_header_id, line_number, -- 3

Line 5086: PON_BID_VALIDATIONS_PKG.validate_currency_precision(max_retainage_amount, p_fnd_currency_precision) = 'F' THEN

5082: 'LINENUM', document_disp_line_number
5083: )
5084:
5085: WHEN max_retainage_amount IS NOT NULL AND
5086: PON_BID_VALIDATIONS_PKG.validate_currency_precision(max_retainage_amount, p_fnd_currency_precision) = 'F' THEN
5087: INTO pon_interface_errors
5088: (
5089: interface_type, error_message_name, batch_id, -- 2
5090: entity_type, auction_header_id, line_number, -- 3

Line 5695: AND PON_BID_VALIDATIONS_PKG.validate_price_precision(target_price, p_price_precision) = 'F' THEN

5691: p_expiration_date, p_user_id, SYSDATE, -- 7
5692: p_user_id, SYSDATE, p_login_id -- 8
5693: )
5694: WHEN target_price IS NOT NULL
5695: AND PON_BID_VALIDATIONS_PKG.validate_price_precision(target_price, p_price_precision) = 'F' THEN
5696: INTO pon_interface_errors
5697: (
5698: column_name, entity_attr_name, error_message_name, -- 1
5699: error_value_datatype, error_value_number, error_value_date, -- 2