DBA Data[Home] [Help]

APPS.OE_VERSION_HISTORY_UTIL dependencies on OE_HEADER_UTIL

Line 1745: OE_Header_Util.Query_Row(p_header_id => p_header_id, x_header_rec => x_header_rec);

1741: END IF;
1742: END IF;
1743:
1744: IF l_version_number IS NULL THEN
1745: OE_Header_Util.Query_Row(p_header_id => p_header_id, x_header_rec => x_header_rec);
1746: ELSE
1747:
1748: oe_debug_pub.add('Entering OE_VERSIONING_UTIL.QUERY_ROW for header', 1);
1749:

Line 2091: OE_Header_Util.Query_card_details

2087: AND x_header_rec.credit_card_number is null THEN
2088: if l_debug_level > 0 then
2089: oe_debug_pub.add('Calling query card details...');
2090: end if;
2091: OE_Header_Util.Query_card_details
2092: ( p_header_id => x_header_rec.header_id,
2093: p_credit_card_code => x_header_rec.credit_card_code,
2094: p_credit_card_holder_name => x_header_rec.credit_card_holder_name,
2095: p_credit_card_number => x_header_rec.credit_card_number,