DBA Data[Home] [Help]

APPS.PAY_KR_YEA_MED_EFILE_PKG dependencies on FF_USER_ENTITIES

Line 23: from ff_user_entities

19: l_user_entity_id number;
20: begin
21: select user_entity_id
22: into l_user_entity_id
23: from ff_user_entities
24: where user_entity_name = p_user_entity_name
25: and legislation_code = 'KR'
26: and creator_type = 'X';
27: --