DBA Data[Home] [Help]

APPS.OE_AUDIT_HISTORY_PVT dependencies on OE_GLOBALS

Line 1311: AND OE_GLOBALS.Is_Same_Credit_Card(p_cc_num_old => null

1307: IF c_attr_tbl(j).attribute_id = 49
1308:
1309: -- l_attribute_value_last is the instrument id on the current order
1310: -- l_last_instrument_id is the last record in oe_order_header_history.
1311: AND OE_GLOBALS.Is_Same_Credit_Card(p_cc_num_old => null
1312: ,p_cc_num_new => null
1313: ,p_instrument_id_old => l_attribute_value_last
1314: -- ,p_instrument_id_new => l_attribute_value) THEN
1315: ,p_instrument_id_new => l_last_instrument_id) THEN

Line 1914: IF OE_GLOBALS.Is_Same_Credit_Card(p_cc_num_old => null

1910: -- IF p_attribute_id = 49 AND l_old_exp_date is null and l_new_exp_date is null THEN
1911: -- IF p_attribute_id = 49 AND l_old_cc_number is not null and l_new_cc_number is not null THEN
1912: IF p_attribute_id = 49 THEN
1913: IF l_old_instrument_id IS NOT NULL AND l_new_instrument_id IS NOT NULL THEN
1914: IF OE_GLOBALS.Is_Same_Credit_Card(p_cc_num_old => null
1915: ,p_cc_num_new => null
1916: ,p_instrument_id_old => l_old_instrument_id
1917: ,p_instrument_id_new => l_new_instrument_id)
1918: THEN