DBA Data[Home] [Help]

APPS.INV_RESERVATION_UTIL_PVT dependencies on APP_EXCEPTION

Line 633: app_exception.invalid_argument

629: ELSIF p_item_control IS NULL THEN
630: l_locator_control := p_sub_control;
631: ELSE
632: l_value := p_item_control;
633: app_exception.invalid_argument
634: ('LOCATOR.CONTROL','ITEM_LOCATOR_CONTROL',l_value);
635: END IF;
636: ELSE
637: l_value := p_sub_control;

Line 638: app_exception.invalid_argument

634: ('LOCATOR.CONTROL','ITEM_LOCATOR_CONTROL',l_value);
635: END IF;
636: ELSE
637: l_value := p_sub_control;
638: app_exception.invalid_argument
639: ('LOCATOR.CONTROL','SUB_LOCATOR_CONTROL',l_value);
640: END IF;
641: ELSE
642: l_value := p_org_control;

Line 643: app_exception.invalid_argument

639: ('LOCATOR.CONTROL','SUB_LOCATOR_CONTROL',l_value);
640: END IF;
641: ELSE
642: l_value := p_org_control;
643: app_exception.invalid_argument
644: ('LOCATOR.CONTROL','ORG_LOCATOR_CONTROL',l_value);
645: END IF;
646:
647: RETURN l_locator_control;