DBA Data[Home] [Help]

APPS.CSTPALBR dependencies on CST_REVENUE_COGS_MATCH_LINES

Line 334: FROM cst_revenue_cogs_match_lines crcml

330: BEGIN
331: l_stmt_num := 45;
332: SELECT COUNT(1)
333: INTO l_so_issue_exists
334: FROM cst_revenue_cogs_match_lines crcml
335: WHERE cogs_om_line_id = trx_source_line_id_tab(i)
336: AND pac_cost_type_id = i_cost_type_id;
337:
338: EXCEPTION