DBA Data[Home] [Help]

APPS.IGW_REPORT_PROCESSING dependencies on IGW_LOOKUPS_V

Line 651: from igw_lookups_v

647: when no_data_found then
648: begin
649: select meaning
650: into l_budget_category
651: from igw_lookups_v
652: where lookup_type = 'IGW_BUDGET_CATEGORY'
653: and lookup_code = rec_lowest_category.budget_category_code;
654: exception
655: when no_data_found then null;

Line 766: from igw_lookups_v

762: when no_data_found then
763: begin
764: select meaning
765: into l_budget_category
766: from igw_lookups_v
767: where lookup_type = 'IGW_BUDGET_CATEGORY'
768: and lookup_code = rec_parent_category.proposal_budget_category_code;
769: exception
770: when no_data_found then null;