DBA Data[Home] [Help]

APPS.PAY_GTNLOD_PKG dependencies on FF_DATABASE_ITEMS

Line 2621: ff_database_items di

2617: begin
2618: select to_number(ue.creator_id)
2619: into l_defined_balance_id
2620: from ff_user_entities ue,
2621: ff_database_items di
2622: where di.user_name = 'PAYMENTS_ASG_GRE_RUN'
2623: and ue.user_entity_id = di.user_entity_id
2624: and ue.creator_type = 'B'
2625: and nvl(ue.legislation_code,'US') = 'US';

Line 2899: ff_database_items di

2895: begin
2896: select to_number(ue.creator_id)
2897: into l_defined_balance_id
2898: from ff_user_entities ue,
2899: ff_database_items di
2900: where di.user_name = 'PAYMENTS_ASG_GRE_RUN'
2901: and ue.user_entity_id = di.user_entity_id
2902: and ue.creator_type = 'B'
2903: and nvl(ue.legislation_code,'US') = 'US';