DBA Data[Home] [Help]

APPS.OE_ID_TO_VALUE dependencies on AR_DEFERRAL_REASONS

Line 7000: FROM AR_DEFERRAL_REASONS

6996: IF p_contingency_id IS NOT NULL THEN
6997:
6998: SELECT contingency_name, description, expiration_event_code
6999: INTO x_contingency_name, x_contingency_description, l_expiration_event_code
7000: FROM AR_DEFERRAL_REASONS
7001: WHERE contingency_id = p_contingency_id;
7002:
7003:
7004: IF l_expiration_event_code IS NOT NULL THEN