DBA Data[Home] [Help]

APPS.CSTPALBR dependencies on CST_REVENUE_COGS_MATCH_LINES

Line 352: FROM cst_revenue_cogs_match_lines crcml

348: BEGIN
349: l_stmt_num := 45;
350: SELECT COUNT(1)
351: INTO l_so_issue_exists
352: FROM cst_revenue_cogs_match_lines crcml
353: WHERE cogs_om_line_id = trx_source_line_id_tab(i)
354: AND pac_cost_type_id = i_cost_type_id;
355:
356: EXCEPTION