DBA Data[Home] [Help]

APPS.OKL_VP_CHANGE_REQUEST_PVT dependencies on OKC_K_HEADERS_B

Line 256: ,p_chr_id IN okc_k_headers_b.id%TYPE

252: ,p_init_msg_list IN VARCHAR2
253: ,x_return_status OUT NOCOPY VARCHAR2
254: ,x_msg_count OUT NOCOPY NUMBER
255: ,x_msg_data OUT NOCOPY VARCHAR2
256: ,p_chr_id IN okc_k_headers_b.id%TYPE
257: ,x_status_code OUT NOCOPY okl_vp_change_requests.status_code%TYPE
258: );
259:
260: -------------------------------------------------------------------------------

Line 270: -- returns contract_number of okc_k_headers_b

266: -- Description : function returns the assocaited agreement number with this change request
267: -- if the change request is of type AGREEMENT, then the agreement number is
268: -- determined by the okl_k_headers record that contains this change request id
269: -- Parameters : IN p_change_request_id id from okl_vp_change_requests table
270: -- returns contract_number of okc_k_headers_b
271: -- Version : 1.0
272: -- History : 18-SEP-2005 SJALASUT created
273: -- End of comments
274:

Line 287: -- returns id of okc_k_headers_b

283: -- Description : function returns the assocaited agreement id with this change request
284: -- if the change request is of type AGREEMENT, then the agreement id is
285: -- determined by the okl_k_headers record that contains this change request id
286: -- Parameters : IN p_change_request_id id from okl_vp_change_requests table
287: -- returns id of okc_k_headers_b
288: -- Version : 1.0
289: -- History : 18-SEP-2005 SJALASUT created
290: -- End of comments
291: