DBA Data[Home] [Help]

APPS.CSF_DEBRIEF_UPDATE_PKG dependencies on CS_TRANSACTION_TYPES

Line 394: from cs_transaction_types

390: select create_cost_flag,
391: create_charge_flag,
392: travel_flag --FOR TRAVEL LINES TO BE REPLACED WITH TRAVEL
393: FLAG
394: from cs_transaction_types
395: where transaction_type_id = p_transaction_type_id;
396:
397: cursor c_trans (p_transaction_type_id number,
398: p_inventory_item_id number,

Line 404: from cs_transaction_types_vl cttv,

400: select cttv.line_order_category_code,
401: cbtc.billing_category billing_type,
402: ctst.sub_type_id ,
403: ctst.transaction_type_id transaction_type_id_csi
404: from cs_transaction_types_vl cttv,
405: csi_txn_sub_types ctst,
406: csi_txn_types ctt,
407: mtl_system_items_b_kfv msibk,
408: cs_billing_type_categories cbtc