DBA Data[Home] [Help]

APPS.PQP_USTIAA_PKG dependencies on FF_DATABASE_ITEMS

Line 145: ff_database_items di

141: CURSOR c_defbal IS
142: SELECT TO_NUMBER(ue.creator_id) creator_id,
143: di.user_name
144: FROM ff_user_entities ue,
145: ff_database_items di
146: WHERE di.user_name IN ( 'GROSS_EARNINGS_ASG_GRE_RUN',
147: 'PAYMENTS_ASG_GRE_RUN' )
148: AND ue.user_entity_id = di.user_entity_id
149: AND ue.creator_type = 'B'

Line 370: ff_database_items di

366: CURSOR c_defbal IS
367: SELECT TO_NUMBER(ue.creator_id) creator_id,
368: di.user_name
369: FROM ff_user_entities ue,
370: ff_database_items di
371: WHERE di.user_name IN ( 'GROSS_EARNINGS_ASG_GRE_RUN',
372: 'PAYMENTS_ASG_GRE_RUN' )
373: AND ue.user_entity_id = di.user_entity_id
374: AND ue.creator_type = 'B'