DBA Data[Home] [Help]

APPS.IGI_IMP_IAC_TRANSFER_PKG dependencies on IGI_IAC_DET_BALANCES

Line 1376: -- Create rows in igi_iac_det_balances

1372: END IF;
1373:
1374:
1375: --
1376: -- Create rows in igi_iac_det_balances
1377: --
1378:
1379: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
1380: p_full_path => g_path||'prorate_for_det_balances',

Line 1488: igi_iac_det_balances_pkg.insert_row (

1484: p_full_path => g_path||'prorate_for_det_balances',
1485: p_string => 'Creating Detail Balances record ....');
1486:
1487:
1488: igi_iac_det_balances_pkg.insert_row (
1489: x_rowid => l_out_rowid ,
1490: x_adjustment_id => p_adj_id ,
1491: x_asset_id => p_asset_id ,
1492: x_distribution_id => l_all_dist.distribution_id ,

Line 1578: FROM igi_iac_det_balances db

1574: p_event_id number )
1575: RETURN BOOLEAN IS
1576: CURSOR c_dists IS
1577: SELECT *
1578: FROM igi_iac_det_balances db
1579: WHERE db.book_type_Code = p_book_type_code
1580: AND db.asset_id = p_asset_id
1581: AND db.adjustment_id = p_adj_id
1582: AND db.active_flag is NULL;

Line 2514: p_string => ' Creating rows in igi_iac_det_balances for closed period...');

2510: );
2511:
2512: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
2513: p_full_path => g_path||'transfer_data',
2514: p_string => ' Creating rows in igi_iac_det_balances for closed period...');
2515: -- Create rows in igi_iac_det_balances for closed period
2516: --
2517: IF ( NOT ( Prorate_for_Det_Balances (
2518: p_book_type_code => l_corporate_book ,

Line 2515: -- Create rows in igi_iac_det_balances for closed period

2511:
2512: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
2513: p_full_path => g_path||'transfer_data',
2514: p_string => ' Creating rows in igi_iac_det_balances for closed period...');
2515: -- Create rows in igi_iac_det_balances for closed period
2516: --
2517: IF ( NOT ( Prorate_for_Det_Balances (
2518: p_book_type_code => l_corporate_book ,
2519: p_category_id => p_category_id ,

Line 2554: p_string => ' Creating rows in igi_iac_det_balances ...');

2550:
2551:
2552: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
2553: p_full_path => g_path||'transfer_data',
2554: p_string => ' Creating rows in igi_iac_det_balances ...');
2555: -- Create rows in igi_iac_det_balances
2556: --
2557: IF ( NOT ( Prorate_for_Det_Balances (
2558: p_book_type_code => l_corporate_book ,

Line 2555: -- Create rows in igi_iac_det_balances

2551:
2552: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
2553: p_full_path => g_path||'transfer_data',
2554: p_string => ' Creating rows in igi_iac_det_balances ...');
2555: -- Create rows in igi_iac_det_balances
2556: --
2557: IF ( NOT ( Prorate_for_Det_Balances (
2558: p_book_type_code => l_corporate_book ,
2559: p_category_id => p_category_id ,