DBA Data[Home] [Help]

APPS.OKS_OC_INT_KTO_PVT dependencies on STANDARD

Line 290: -- Out Parameters: x_return_status standard return status

286: -- and bill to and ship to information
287: -- In Parameters: p_chr_id the contract id
288: -- p_cle_id line id
289: -- p_renew_rec contract information for renewal
290: -- Out Parameters: x_return_status standard return status
291: -- x_hdr_attr_tab header level attributes
292: -- x_line_attr_tab line level attributes
293: -- x_bto_data_rec BTO details
294: -- x_sto_data_rec STO details

Line 543: -- Out Parameters: x_return_status standard return status

539: -- is elligible for a order creation
540: -- In Parameters: p_chr_id the contract id
541: -- p_k_header_rec contract information
542: -- p_renew_rec contract information for renewal
543: -- Out Parameters: x_return_status standard return status
544: ---------------------------------------------------------------------
545:
546: PROCEDURE validate_k_eligibility(
547: p_chr_id IN okc_k_headers_b.ID%TYPE

Line 595: -- Out Parameters: x_return_status standard return status

591: -- Procedure: build_k_structures
592: -- Purpose: Build several records/tables that hold information to be
593: -- used to pass to OC APIs
594: -- In Parameters: p_chr_id the contract id
595: -- Out Parameters: x_return_status standard return status
596: -----------------------------------------------------------------------------
597:
598: PROCEDURE build_k_structures (p_chr_id IN okc_k_headers_b.ID%TYPE
599: ,p_cle_id IN okc_k_lines_b.id%TYPE

Line 1274: -- Standard api variables

1270: ,x_order_id OUT NOCOPY okx_order_headers_v.id1%TYPE
1271: )
1272: IS
1273:
1274: -- Standard api variables
1275:
1276:
1277: l_api_version CONSTANT NUMBER := 1;
1278: l_api_name CONSTANT VARCHAR2(30) := 'CREATE_O_FROM_K';