DBA Data[Home] [Help]

APPS.PAY_KR_SEP_PKG dependencies on FF_USER_ENTITIES

Line 66: from ff_user_entities

62: --
63: cursor csr_user_entity
64: is
65: select user_entity_id
66: from ff_user_entities
67: where user_entity_name = p_user_entity_name
68: and nvl(business_group_id, g_business_group_id) = g_business_group_id
69: and nvl(legislation_code, g_legislation_code) = g_legislation_code;
70: --