DBA Data[Home] [Help]

APPS.CSF_DEBRIEF_PVT dependencies on MTL_SYSTEM_ITEMS_B_KFV

Line 1042: mtl_system_items_b_kfv msibk

1038: select ctbt.billing_type,
1039: cttv.line_order_category_code
1040: from cs_transaction_types_vl cttv,
1041: cs_txn_billing_types ctbt,
1042: mtl_system_items_b_kfv msibk
1043: where cttv.transaction_type_id = p_transaction_type_id
1044: and cttv.transaction_type_id = ctbt.transaction_type_id
1045: and ctbt.billing_type = msibk.material_billable_flag
1046: and msibk.inventory_item_id = p_inventory_item_id;