DBA Data[Home] [Help]

APPS.PON_AUC_INTERFACE_TABLE_PKG dependencies on PON_ATTRIBUTE_SCORES

Line 2732: SELECT DISTINCT 'Y' INTO x_return_status FROM pon_attribute_scores WHERE auction_header_id=p_in_rec.l_auction_header_id AND attribute_sequence_number=p_in_rec.l_sequence_number;

2728: END IF;
2729: /* If scoring method is automatic then the score need to be exsist*/
2730: IF(p_in_rec.l_SCORING_METHOD='AUTOMATIC') THEN
2731: BEGIN
2732: SELECT DISTINCT 'Y' INTO x_return_status FROM pon_attribute_scores WHERE auction_header_id=p_in_rec.l_auction_header_id AND attribute_sequence_number=p_in_rec.l_sequence_number;
2733: EXCEPTION
2734: WHEN No_Data_Found THEN
2735: insert_error_interface
2736: (