DBA Data[Home] [Help]

APPS.OKL_BLK_AST_UPD_PVT dependencies on CS_TRANSACTION_TYPES_V

Line 92: from CS_TRANSACTION_TYPES_V

88: --Following cursor assumes that a transaction type called
89: --'OKL LINE ACTIVATION' and 'OKL SPLIT ASSET' will be seeded in IB
90: Cursor okl_trx_type_curs(p_transaction_type IN VARCHAR2)is
91: select transaction_type_id
92: from CS_TRANSACTION_TYPES_V
93: where Name = p_transaction_type;
94: l_trx_type_id NUMBER;
95: begin
96: open okl_trx_type_curs(p_transaction_type);