DBA Data[Home] [Help]

APPS.CTO_COST_ROLLUP_CONC_PK dependencies on CTO_CONFIG_COST_PK

Line 896: WriteToLog('Calling CTO_CONFIG_COST_PK.Cost_Roll_Up_ML.. ', 5);

892: --Bugfix 12957444: This savepoint is not needed. Rollback being done
893: --inside Cost_Roll_Up_ML.
894: --SavePoint S1;
895:
896: WriteToLog('Calling CTO_CONFIG_COST_PK.Cost_Roll_Up_ML.. ', 5);
897: WriteToLog('Calling CTO_CONFIG_COST_PK.Cost_Roll_Up_ML.. ' || cfg_item_arr.count , 5);
898: WriteToLog ('==============================================');
899: WriteToLog (' Collected Data for '|| config_cv%ROWCOUNT || ' parent configs or processing .');
900: WriteToLog ('==============================================');

Line 897: WriteToLog('Calling CTO_CONFIG_COST_PK.Cost_Roll_Up_ML.. ' || cfg_item_arr.count , 5);

893: --inside Cost_Roll_Up_ML.
894: --SavePoint S1;
895:
896: WriteToLog('Calling CTO_CONFIG_COST_PK.Cost_Roll_Up_ML.. ', 5);
897: WriteToLog('Calling CTO_CONFIG_COST_PK.Cost_Roll_Up_ML.. ' || cfg_item_arr.count , 5);
898: WriteToLog ('==============================================');
899: WriteToLog (' Collected Data for '|| config_cv%ROWCOUNT || ' parent configs or processing .');
900: WriteToLog ('==============================================');
901:

Line 902: l_status := CTO_CONFIG_COST_PK.Cost_Roll_Up_ML(

898: WriteToLog ('==============================================');
899: WriteToLog (' Collected Data for '|| config_cv%ROWCOUNT || ' parent configs or processing .');
900: WriteToLog ('==============================================');
901:
902: l_status := CTO_CONFIG_COST_PK.Cost_Roll_Up_ML(
903: p_cfg_itm_tbl => cfg_item_arr,
904: x_msg_count => l_msg_count,
905: x_msg_data => l_msg_data
906: );

Line 1004: WriteToLog('Calling CTO_CONFIG_COST_PK.Cost_Roll_Up_ML.. ', 5);

1000: --Bugfix 12957444: This savepoint is not needed. Rollback being done
1001: --inside Cost_Roll_Up_ML.
1002: --SavePoint S1;
1003:
1004: WriteToLog('Calling CTO_CONFIG_COST_PK.Cost_Roll_Up_ML.. ', 5);
1005: WriteToLog('Calling CTO_CONFIG_COST_PK.Cost_Roll_Up_ML.. ' || cfg_item_arr.count , 5);
1006:
1007: WriteToLog ('==============================================');
1008: WriteToLog (' Collected Data for '|| config_cv%ROWCOUNT || ' parent configs or processing .');

Line 1005: WriteToLog('Calling CTO_CONFIG_COST_PK.Cost_Roll_Up_ML.. ' || cfg_item_arr.count , 5);

1001: --inside Cost_Roll_Up_ML.
1002: --SavePoint S1;
1003:
1004: WriteToLog('Calling CTO_CONFIG_COST_PK.Cost_Roll_Up_ML.. ', 5);
1005: WriteToLog('Calling CTO_CONFIG_COST_PK.Cost_Roll_Up_ML.. ' || cfg_item_arr.count , 5);
1006:
1007: WriteToLog ('==============================================');
1008: WriteToLog (' Collected Data for '|| config_cv%ROWCOUNT || ' parent configs or processing .');
1009: WriteToLog ('==============================================');

Line 1011: l_status := CTO_CONFIG_COST_PK.Cost_Roll_Up_ML(

1007: WriteToLog ('==============================================');
1008: WriteToLog (' Collected Data for '|| config_cv%ROWCOUNT || ' parent configs or processing .');
1009: WriteToLog ('==============================================');
1010:
1011: l_status := CTO_CONFIG_COST_PK.Cost_Roll_Up_ML(
1012: p_cfg_itm_tbl => cfg_item_arr,
1013: x_msg_count => l_msg_count,
1014: x_msg_data => l_msg_data
1015: );