DBA Data[Home] [Help]

APPS.CTO_WORKFLOW dependencies on CTO_CONFIG_COST_PK

Line 1122: l_status := CTO_CONFIG_COST_PK.cost_rollup_ml(

1118: END IF;
1119:
1120:
1121:
1122: l_status := CTO_CONFIG_COST_PK.cost_rollup_ml(
1123: pTopAtoLineId => p_itemkey,
1124: x_msg_count => l_xmsgcount,
1125: x_msg_data => l_xmsgdata);
1126:

Line 2810: l_status := CTO_CONFIG_COST_PK.cost_rollup_ml(

2806: oe_debug_pub.add('calculate_cost_rollup_wf_ml: ' || 'Cost rollup::top_ato_line_id::'||to_char(l_top_ato_line_id));
2807: END IF;
2808:
2809: l_stmt_num := 140;
2810: l_status := CTO_CONFIG_COST_PK.cost_rollup_ml(
2811: pTopAtoLineId => l_top_ato_line_id,
2812: x_msg_count => l_x_msg_count,
2813: x_msg_data => l_x_msg_data);
2814: