DBA Data[Home] [Help]

APPS.CSM_IB_TXN_SUB_TYPES_EVENT_PKG dependencies on CS_TRANSACTION_TYPES_TL

Line 27: l_language cs_transaction_types_tl.language%TYPE;

23: l_pub_item varchar2(30) := 'CSF_M_TXN_SUB_TYPES';
24: l_prog_update_date jtm_con_request_data.last_run_date%TYPE;
25: l_mark_dirty boolean;
26: l_access_id CSM_IB_TXN_TYPES_ACC.ACCESS_ID%TYPE;
27: l_language cs_transaction_types_tl.language%TYPE;
28: l_sub_type_id csi_ib_txn_types.sub_type_id%TYPE;
29:
30: l_tl_omfs_palm_resource_list asg_download.user_list;
31: l_single_access_id_list asg_download.access_list;

Line 101: FROM cs_transaction_types_tl tt_tl

97:
98: CURSOR l_txn_types_tl_cur (p_transaction_type_id IN cs_transaction_types_b.transaction_type_id%TYPE)
99: IS
100: SELECT tt_tl.LANGUAGE
101: FROM cs_transaction_types_tl tt_tl
102: WHERE tt_tl.transaction_type_id = p_transaction_type_id;
103:
104: cursor record_exists_csr( p_sub_type_id csi_ib_txn_types.sub_type_id%TYPE)
105: IS