DBA Data[Home] [Help]

APPS.OE_VERSION_HISTORY_UTIL dependencies on OE_HEADER_UTIL

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

1804: END IF;
1805: END IF;
1806:
1807: IF l_version_number IS NULL THEN
1808: OE_Header_Util.Query_Row(p_header_id => p_header_id, x_header_rec => x_header_rec);
1809: ELSE
1810:
1811: oe_debug_pub.add('Entering OE_VERSIONING_UTIL.QUERY_ROW for header', 1);
1812:

Line 2154: OE_Header_Util.Query_card_details

2150: AND x_header_rec.credit_card_number is null THEN
2151: if l_debug_level > 0 then
2152: oe_debug_pub.add('Calling query card details...');
2153: end if;
2154: OE_Header_Util.Query_card_details
2155: ( p_header_id => x_header_rec.header_id,
2156: p_credit_card_code => x_header_rec.credit_card_code,
2157: p_credit_card_holder_name => x_header_rec.credit_card_holder_name,
2158: p_credit_card_number => x_header_rec.credit_card_number,