DBA Data[Home] [Help]

APPS.CSE_FA_INTEGRATION_GRP dependencies on CSE_FA_STAGE_PKG

Line 357: cse_fa_stage_pkg.stage_addition(

353:
354: ELSE
355:
356: -- dump in to the staging table
357: cse_fa_stage_pkg.stage_addition(
358: p_trans_rec => p_trans_rec,
359: p_asset_hdr_rec => p_asset_hdr_rec,
360: p_asset_desc_rec => p_asset_desc_rec,
361: p_asset_fin_rec => p_asset_fin_rec,

Line 371: cse_fa_stage_pkg.stage_addition(

367:
368: ELSE
369:
370: -- dump in to the staging table
371: cse_fa_stage_pkg.stage_addition(
372: p_trans_rec => p_trans_rec,
373: p_asset_hdr_rec => p_asset_hdr_rec,
374: p_asset_desc_rec => p_asset_desc_rec,
375: p_asset_fin_rec => p_asset_fin_rec,

Line 384: cse_fa_stage_pkg.stage_addition(

380:
381: ELSE
382:
383: -- dump in to the staging table
384: cse_fa_stage_pkg.stage_addition(
385: p_trans_rec => p_trans_rec,
386: p_asset_hdr_rec => p_asset_hdr_rec,
387: p_asset_desc_rec => p_asset_desc_rec,
388: p_asset_fin_rec => p_asset_fin_rec,

Line 397: cse_fa_stage_pkg.stage_addition(

393: END LOOP;
394: ELSE
395:
396: -- dump in to the staging table
397: cse_fa_stage_pkg.stage_addition(
398: p_trans_rec => p_trans_rec,
399: p_asset_hdr_rec => p_asset_hdr_rec,
400: p_asset_desc_rec => p_asset_desc_rec,
401: p_asset_fin_rec => p_asset_fin_rec,