DBA Data[Home] [Help]

APPS.OKL_SSC_WF dependencies on CS_TRANSACTION_TYPES_V

Line 1097: from CS_TRANSACTION_TYPES_V

1093: --Following cursor assumes that a transaction type called
1094: --'OKL LINE ACTIVATION' and 'OKL SPLIT ASSET' will be seeded in IB
1095: Cursor okl_trx_type_curs(p_transaction_type IN VARCHAR2)is
1096: select transaction_type_id
1097: from CS_TRANSACTION_TYPES_V
1098: where Name = p_transaction_type;
1099: l_trx_type_id NUMBER;
1100: begin
1101: open okl_trx_type_curs(p_transaction_type);