DBA Data[Home] [Help]

APPS.CSTPALPC dependencies on CST_REVENUE_COGS_MATCH_LINES

Line 515: FROM cst_revenue_cogs_match_lines crcml

511: BEGIN
512: l_stmt_num := 45;
513: SELECT COUNT(1)
514: INTO l_so_issue_exists
515: FROM cst_revenue_cogs_match_lines crcml
516: WHERE cogs_om_line_id = c_txns_rec.trx_source_line_id
517: AND pac_cost_type_id = i_cost_type_id;
518:
519: EXCEPTION