DBA Data[Home] [Help]

APPS.PAY_NO_PAYSLIP_ARCHIVE dependencies on FF_USER_ENTITIES

Line 2520: FROM ff_user_entities u,

2516: /* Cursor to retrieve Defined Balance Id */
2517:
2518: CURSOR csr_def_bal_id(p_user_name VARCHAR2) IS
2519: SELECT u.creator_id
2520: FROM ff_user_entities u,
2521: ff_database_items d
2522: WHERE d.user_name = p_user_name
2523: AND u.user_entity_id = d.user_entity_id
2524: AND (u.legislation_code = 'NO' )

Line 2528: l_defined_balance_id ff_user_entities.user_entity_id%TYPE;

2524: AND (u.legislation_code = 'NO' )
2525: AND (u.business_group_id IS NULL )
2526: AND u.creator_type = 'B';
2527:
2528: l_defined_balance_id ff_user_entities.user_entity_id%TYPE;
2529:
2530: BEGIN
2531:
2532: IF g_debug THEN