DBA Data[Home] [Help]

APPS.CSTPALPC dependencies on CST_REVENUE_COGS_MATCH_LINES

Line 540: FROM cst_revenue_cogs_match_lines crcml

536: BEGIN
537: l_stmt_num := 45;
538: SELECT COUNT(1)
539: INTO l_so_issue_exists
540: FROM cst_revenue_cogs_match_lines crcml
541: WHERE cogs_om_line_id = c_txns_rec.trx_source_line_id
542: AND pac_cost_type_id = i_cost_type_id;
543:
544: EXCEPTION