DBA Data[Home] [Help]

APPS.OKL_SSC_WF dependencies on CS_TRANSACTION_TYPES_V

Line 1011: from CS_TRANSACTION_TYPES_V

1007: --Following cursor assumes that a transaction type called
1008: --'OKL LINE ACTIVATION' and 'OKL SPLIT ASSET' will be seeded in IB
1009: Cursor okl_trx_type_curs(p_transaction_type IN VARCHAR2)is
1010: select transaction_type_id
1011: from CS_TRANSACTION_TYPES_V
1012: where Name = p_transaction_type;
1013: l_trx_type_id NUMBER;
1014: begin
1015: open okl_trx_type_curs(p_transaction_type);