DBA Data[Home] [Help]

APPS.OTA_TMT_BUS1 dependencies on HR_SUMMARY_ITEM_TYPE_USAGE

Line 643: from HR_SUMMARY_ITEM_TYPE_USAGE

639: l_api_updating boolean;
640:
641: cursor csr_chk_item_type is
642: select null
643: from HR_SUMMARY_ITEM_TYPE_USAGE
644: where item_type_usage_id = p_item_type_usage_id
645: and business_group_id = p_business_group_id;
646: Begin
647: --