DBA Data[Home] [Help]

APPS.CSE_FA_INTEGRATION_GRP dependencies on CSE_FA_STAGE_PKG

Line 352: cse_fa_stage_pkg.stage_addition(

348:
349: ELSE
350:
351: -- dump in to the staging table
352: cse_fa_stage_pkg.stage_addition(
353: p_trans_rec => p_trans_rec,
354: p_asset_hdr_rec => p_asset_hdr_rec,
355: p_asset_desc_rec => p_asset_desc_rec,
356: p_asset_fin_rec => p_asset_fin_rec,

Line 366: cse_fa_stage_pkg.stage_addition(

362:
363: ELSE
364:
365: -- dump in to the staging table
366: cse_fa_stage_pkg.stage_addition(
367: p_trans_rec => p_trans_rec,
368: p_asset_hdr_rec => p_asset_hdr_rec,
369: p_asset_desc_rec => p_asset_desc_rec,
370: p_asset_fin_rec => p_asset_fin_rec,

Line 379: cse_fa_stage_pkg.stage_addition(

375:
376: ELSE
377:
378: -- dump in to the staging table
379: cse_fa_stage_pkg.stage_addition(
380: p_trans_rec => p_trans_rec,
381: p_asset_hdr_rec => p_asset_hdr_rec,
382: p_asset_desc_rec => p_asset_desc_rec,
383: p_asset_fin_rec => p_asset_fin_rec,

Line 392: cse_fa_stage_pkg.stage_addition(

388: END LOOP;
389: ELSE
390:
391: -- dump in to the staging table
392: cse_fa_stage_pkg.stage_addition(
393: p_trans_rec => p_trans_rec,
394: p_asset_hdr_rec => p_asset_hdr_rec,
395: p_asset_desc_rec => p_asset_desc_rec,
396: p_asset_fin_rec => p_asset_fin_rec,