DBA Data[Home] [Help]

APPS.OE_AUDIT_HISTORY_PVT dependencies on OE_GLOBALS

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

1631: IF c_attr_tbl(j).attribute_id = 49
1632:
1633: -- l_attribute_value_last is the instrument id on the current order
1634: -- l_last_instrument_id is the last record in oe_order_header_history.
1635: AND OE_GLOBALS.Is_Same_Credit_Card(p_cc_num_old => null
1636: ,p_cc_num_new => null
1637: ,p_instrument_id_old => l_attribute_value_last
1638: -- ,p_instrument_id_new => l_attribute_value) THEN
1639: ,p_instrument_id_new => l_last_instrument_id) THEN

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

2281: -- IF p_attribute_id = 49 AND l_old_exp_date is null and l_new_exp_date is null THEN
2282: -- IF p_attribute_id = 49 AND l_old_cc_number is not null and l_new_cc_number is not null THEN
2283: IF p_attribute_id = 49 THEN
2284: IF l_old_instrument_id IS NOT NULL AND l_new_instrument_id IS NOT NULL THEN
2285: IF OE_GLOBALS.Is_Same_Credit_Card(p_cc_num_old => null
2286: ,p_cc_num_new => null
2287: ,p_instrument_id_old => l_old_instrument_id
2288: ,p_instrument_id_new => l_new_instrument_id)
2289: THEN