DBA Data[Home] [Help]

APPS.OE_ID_TO_VALUE dependencies on AR_DEFERRAL_REASONS

Line 7026: FROM AR_DEFERRAL_REASONS

7022: IF p_contingency_id IS NOT NULL THEN
7023:
7024: SELECT contingency_name, description, expiration_event_code
7025: INTO x_contingency_name, x_contingency_description, l_expiration_event_code
7026: FROM AR_DEFERRAL_REASONS
7027: WHERE contingency_id = p_contingency_id;
7028:
7029:
7030: IF l_expiration_event_code IS NOT NULL THEN