DBA Data[Home] [Help]

APPS.CST_REVENUECOGSMATCH_PVT dependencies on OE_COGS_GRP

Line 2673: OE_COGS_GRP.get_revenue_event_line(p_shippable_line_id => p_cogs_om_line_id,

2669:
2670: l_stmt_num := 20;
2671: debug(l_stmt_num);
2672: -- Using the sales order line ID, find the invoicable line ID by calling OM's view/API
2673: OE_COGS_GRP.get_revenue_event_line(p_shippable_line_id => p_cogs_om_line_id,
2674: x_revenue_event_line_id => l_revenue_om_line_id,
2675: x_return_status => l_return_status,
2676: x_msg_count => l_msg_count,
2677: x_msg_data => l_msg_data);