DBA Data[Home] [Help]

APPS.CST_PRJMFG_COST_COLLECTOR dependencies on CST_ORGANIZATION_DEFINITIONS

Line 2735: FROM cst_organization_definitions cod

2731: l_stmt_num := 40;
2732:
2733: SELECT currency_code
2734: INTO l_xfer_currency_code
2735: FROM cst_organization_definitions cod
2736: WHERE cod.organization_id = p_transfer_organization_id;
2737:
2738: END IF;
2739: