DBA Data[Home] [Help]

APPS.PER_ABSENCE_ATTENDANCES_PKG dependencies on FF_DATABASE_ITEMS

Line 2523: from ff_database_items di,

2519: p_ass_id IN OUT NOCOPY NUMBER) is
2520:
2521: cursor c19 is
2522: select di.user_name
2523: from ff_database_items di,
2524: ff_user_entities ue
2525: where di.user_entity_id = ue.user_entity_id
2526: and ue.creator_type = 'A'
2527: and ue.creator_id = p_abat_type;