DBA Data[Home] [Help]

APPS.CST_REVENUECOGSMATCH_PVT dependencies on OE_COGS_GRP

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

2632:
2633: l_stmt_num := 20;
2634: debug(l_stmt_num);
2635: -- Using the sales order line ID, find the invoicable line ID by calling OM's view/API
2636: OE_COGS_GRP.get_revenue_event_line(p_shippable_line_id => p_cogs_om_line_id,
2637: x_revenue_event_line_id => l_revenue_om_line_id,
2638: x_return_status => l_return_status,
2639: x_msg_count => l_msg_count,
2640: x_msg_data => l_msg_data);