DBA Data[Home] [Help]

APPS.IGW_BUDGETS_PVT dependencies on IGW_RATE_CLASSES

Line 619: from igw_rate_classes

615:
616: begin
617: select rate_class_id
618: into x_rate_class_id
619: from igw_rate_classes
620: where description = p_rate_class_name;
621:
622: exception
623: when no_data_found OR too_many_rows then