DBA Data[Home] [Help]

APPS.PER_ABSENCE_ATTENDANCES_PKG dependencies on FF_DATABASE_ITEMS

Line 2419: from ff_database_items di,

2415: p_ass_id IN OUT NOCOPY NUMBER) is
2416:
2417: cursor c19 is
2418: select di.user_name
2419: from ff_database_items di,
2420: ff_user_entities ue
2421: where di.user_entity_id = ue.user_entity_id
2422: and ue.creator_type = 'A'
2423: and ue.creator_id = p_abat_type;