DBA Data[Home] [Help]

APPS.PAY_KR_PAYKRYTS_PKG dependencies on FF_USER_ENTITIES

Line 114: from ff_user_entities

110: l_user_entity_id number;
111: begin
112: select user_entity_id
113: into l_user_entity_id
114: from ff_user_entities
115: where user_entity_name = p_user_entity_name
116: and legislation_code = 'KR'
117: and creator_type = 'X';
118: --