DBA Data[Home] [Help]

APPS.OKL_SUBSIDY_POOL_AUTH_TRX_PVT dependencies on OKL_TRX_SUBSIDY_POOLS

Line 27: -- Description : common procedure which creates pool transaction in the okl_trx_subsidy_pools table

23: -------------------------------------------------------------------------------
24: -- Start of comments
25: --
26: -- Procedure Name : create_pool_trx_khr_book
27: -- Description : common procedure which creates pool transaction in the okl_trx_subsidy_pools table
28: -- api for authoring contracts
29: -- Parameters : IN p_chr_id: CONTRACT_ID
30: -- IN p_subsidy_id
31: -- IN p_subsidy_pool_id

Line 68: ,p_override_trx_reason IN okl_trx_subsidy_pools.trx_reason_code%TYPE DEFAULT NULL

64: ,x_msg_count OUT NOCOPY NUMBER
65: ,x_msg_data OUT NOCOPY VARCHAR2
66: ,p_chr_id IN okc_k_headers_b.id%TYPE
67: ,p_reversal_date IN DATE
68: ,p_override_trx_reason IN okl_trx_subsidy_pools.trx_reason_code%TYPE DEFAULT NULL
69: );
70:
71: -------------------------------------------------------------------------------
72: -- PROCEDURE create_pool_trx_khr_rbk