DBA Data[Home] [Help]

APPS.CTO_COST_ROLLUP_CONC_PK dependencies on CTO_CONFIG_COST_PK

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

954:
955:
956: SavePoint S1;
957:
958: WriteToLog('Calling CTO_CONFIG_COST_PK.Cost_Roll_Up_ML.. ', 5);
959: WriteToLog('Calling CTO_CONFIG_COST_PK.Cost_Roll_Up_ML.. ' || cfg_item_arr.count , 5);
960:
961: WriteToLog ('==============================================');
962: WriteToLog (' Collected Data for '|| config_cv%ROWCOUNT || ' parent configs or processing .');

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

955:
956: SavePoint S1;
957:
958: WriteToLog('Calling CTO_CONFIG_COST_PK.Cost_Roll_Up_ML.. ', 5);
959: WriteToLog('Calling CTO_CONFIG_COST_PK.Cost_Roll_Up_ML.. ' || cfg_item_arr.count , 5);
960:
961: WriteToLog ('==============================================');
962: WriteToLog (' Collected Data for '|| config_cv%ROWCOUNT || ' parent configs or processing .');
963: WriteToLog ('==============================================');

Line 965: l_status := CTO_CONFIG_COST_PK.Cost_Roll_Up_ML(

961: WriteToLog ('==============================================');
962: WriteToLog (' Collected Data for '|| config_cv%ROWCOUNT || ' parent configs or processing .');
963: WriteToLog ('==============================================');
964:
965: l_status := CTO_CONFIG_COST_PK.Cost_Roll_Up_ML(
966: p_cfg_itm_tbl => cfg_item_arr,
967: x_msg_count => l_msg_count,
968: x_msg_data => l_msg_data
969: );

Line 975: WriteToLog('CTO_CONFIG_COST_PK.Cost_Roll_Up_ML returned error. '||l_msg_data);

971: l_stat_num := 231;
972:
973: if (l_status = 0) then
974:
975: WriteToLog('CTO_CONFIG_COST_PK.Cost_Roll_Up_ML returned error. '||l_msg_data);
976:
977:
978: WriteToLog('following batch of records could not be processed successfully .. ', 5);
979:

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

1049:
1050:
1051: SavePoint S1;
1052:
1053: WriteToLog('Calling CTO_CONFIG_COST_PK.Cost_Roll_Up_ML.. ', 5);
1054: WriteToLog('Calling CTO_CONFIG_COST_PK.Cost_Roll_Up_ML.. ' || cfg_item_arr.count , 5);
1055:
1056: WriteToLog ('==============================================');
1057: WriteToLog (' Collected Data for '|| config_cv%ROWCOUNT || ' parent configs or processing .');

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

1050:
1051: SavePoint S1;
1052:
1053: WriteToLog('Calling CTO_CONFIG_COST_PK.Cost_Roll_Up_ML.. ', 5);
1054: WriteToLog('Calling CTO_CONFIG_COST_PK.Cost_Roll_Up_ML.. ' || cfg_item_arr.count , 5);
1055:
1056: WriteToLog ('==============================================');
1057: WriteToLog (' Collected Data for '|| config_cv%ROWCOUNT || ' parent configs or processing .');
1058: WriteToLog ('==============================================');

Line 1060: l_status := CTO_CONFIG_COST_PK.Cost_Roll_Up_ML(

1056: WriteToLog ('==============================================');
1057: WriteToLog (' Collected Data for '|| config_cv%ROWCOUNT || ' parent configs or processing .');
1058: WriteToLog ('==============================================');
1059:
1060: l_status := CTO_CONFIG_COST_PK.Cost_Roll_Up_ML(
1061: p_cfg_itm_tbl => cfg_item_arr,
1062: x_msg_count => l_msg_count,
1063: x_msg_data => l_msg_data
1064: );

Line 1068: WriteToLog('CTO_CONFIG_COST_PK.Cost_Roll_Up_ML returned error. '||l_msg_data);

1064: );
1065:
1066: if (l_status = 0) then
1067:
1068: WriteToLog('CTO_CONFIG_COST_PK.Cost_Roll_Up_ML returned error. '||l_msg_data);
1069:
1070:
1071: WriteToLog ('====================================================================', 1);
1072: WriteToLog('following batch of records could not be processed successfully .. ', 1);