DBA Data[Home] [Help]

APPS.PAY_SE_STAT_OFFICE_ARCHIVE dependencies on FF_USER_ENTITIES

Line 342: FROM ff_user_entities u,

338:
339: CURSOR csr_def_bal_id
340: (p_user_name VARCHAR2) IS
341: SELECT u.creator_id
342: FROM ff_user_entities u,
343: ff_database_items d
344: WHERE d.user_name = p_user_name
345: AND u.user_entity_id = d.user_entity_id
346: AND (u.legislation_code = 'NO' )

Line 350: l_defined_balance_id ff_user_entities.user_entity_id%TYPE;

346: AND (u.legislation_code = 'NO' )
347: AND (u.business_group_id IS NULL )
348: AND u.creator_type = 'B';
349:
350: l_defined_balance_id ff_user_entities.user_entity_id%TYPE;
351:
352: BEGIN
353: IF g_debug THEN
354: hr_utility.set_location(' Entering Function GET_DEFINED_BALANCE_ID',240);