DBA Data[Home] [Help]

APPS.EGO_ODI_PUB dependencies on EGO_PUB_PARAMETERS_V

Line 3114: from EGO_PUB_PARAMETERS_V

3110:
3111: --retrieving structure name from publication framework params table
3112: select char_value
3113: into l_structure_name
3114: from EGO_PUB_PARAMETERS_V
3115: where type_id = l_batch_id and parameter_name = 'STRUCTURE_NAME';
3116:
3117:
3118: --retrieving explosion date from publication framework params table

Line 3121: from EGO_PUB_PARAMETERS_V

3117:
3118: --retrieving explosion date from publication framework params table
3119: select date_value
3120: into l_explosion_date
3121: from EGO_PUB_PARAMETERS_V
3122: where type_id = l_batch_id and parameter_name = 'EXPLOSION_DATE';
3123:
3124:
3125: --retrieving all end-items batch from publication framework entity tables