DBA Data[Home] [Help]

APPS.EC_MAPPING_UTILS dependencies on EC_MAPPING_UTILS

Line 1: PACKAGE BODY ec_mapping_utils AS

1: PACKAGE BODY ec_mapping_utils AS
2: -- $Header: ECMAPUTB.pls 120.2 2005/09/29 10:50:29 arsriniv ship $
3:
4: TYPE t_layout_record IS RECORD(
5: interface_column_id ece_interface_columns.interface_column_id%TYPE,

Line 1263: ec_debug.push('ec_mapping_utils.ec_reconcile_seed');

1259: stage_doc_exception EXCEPTION;
1260:
1261: BEGIN
1262: ec_debug.enable_debug(v_debug_mode);
1263: ec_debug.push('ec_mapping_utils.ec_reconcile_seed');
1264: ec_debug.pl(0,'transaction_type: ',transaction_type);
1265: ec_debug.pl(0,'preserve_layout: ',preserve_layout);
1266: ec_debug.pl(0,'preserve_proc_rules: ',preserve_proc_rules);
1267: ec_debug.pl(0,'preserve_col_rules: ',preserve_col_rules);

Line 1326: ec_debug.pop('ec_mapping_utils.ec_reconcile_seed');

1322: ec_migrate_map_to_production(v_maps_upg.map_code,b_trans_exists);
1323:
1324: END LOOP;
1325:
1326: ec_debug.pop('ec_mapping_utils.ec_reconcile_seed');
1327: ec_debug.disable_debug;
1328: retcode := '0';
1329: COMMIT;
1330: