DBA Data[Home] [Help]

APPS.CSF_DEBRIEF_PVT dependencies on MTL_SYSTEM_ITEMS_B_KFV

Line 1040: mtl_system_items_b_kfv msibk

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