DBA Data[Home] [Help]

APPS.GMS_RES_MAP dependencies on PA_EVENT_TYPES

Line 555: from pa_event_types

551: l_stage := 'Deriving values : EVENT REV CAT.';
552:
553: Select revenue_category_code
554: into l_revenue_category
555: from pa_event_types
556: where event_type = x_event_type;
557:
558: End if;
559:

Line 620: from pa_event_types

616: l_stage := 'Deriving RLMI:UNCLASSIFIED RES - REV - FOR EVT';
617:
618: Select revenue_category_code
619: into l_revenue_category
620: from pa_event_types
621: where event_type = x_event_type;
622:
623: End if;
624:

Line 1458: from pa_event_types

1454: l_stage := 'Deriving values : EVENT REV CAT.';
1455:
1456: Select revenue_category_code
1457: into l_revenue_category
1458: from pa_event_types
1459: where event_type = x_event_type;
1460:
1461: End if;
1462: