DBA Data[Home] [Help]

APPS.EGO_PUB_FWK_PK dependencies on EGO_PUB_BAT_HDR_S1

Line 3085: select EGO_PUB_BAT_HDR_S1.nextVal into l_batch_id from dual;

3081: ,p_message => 'x_return_status ' || x_return_status);
3082:
3083: -- insert data into batch tables
3084: -- header, params, entities, target systems, status(entities*systems)
3085: select EGO_PUB_BAT_HDR_S1.nextVal into l_batch_id from dual;
3086: -- insert batch header with batch_name and batch_type, batch doesn't has tl tables
3087: insert into EGO_PUB_BAT_HDR_B (
3088: BATCH_ID,
3089: BATCH_NAME,