DBA Data[Home] [Help]

APPS.OKL_PRICING_UTILS_PVT dependencies on STANDARD

Line 53: so_type VARCHAR2(30), -- Quick Quote/Standard Quote ...

49:
50: -- Record to store the Header level information
51: TYPE so_hdr_rec_type IS RECORD
52: (
53: so_type VARCHAR2(30), -- Quick Quote/Standard Quote ...
54: id NUMBER ,
55: reference_number VARCHAR2(150),
56: expected_start_date DATE ,
57: currency_code VARCHAR2(15) ,

Line 316: -- p_so_id - Id of Qucik Quote/Standard Quote

312: -- Procedure Name : get_so_hdr
313: -- Description : Wrapper API to fetch the Header level information
314: -- Business Rules :
315: -- Parameters :
316: -- p_so_id - Id of Qucik Quote/Standard Quote
317: -- p_so_type - QQ for Quick Quote/ SQ for Lease Quotes
318: -- Version : 1.0
319: -- History : rgooty 15-May-2005 - created
320: -- End of Commnets

Line 588: -- Procedure Name : get_standard_rates

584: x_lrs_levels OUT NOCOPY lrs_levels_tbl_type);
585:
586: --------------------------------------------------------------------------------
587: -- Start of Commnets
588: -- Procedure Name : get_standard_rates
589: -- Description :
590: -- Business Rules :
591: -- Parameters :
592: -- Version : 1.0

Line 596: PROCEDURE get_standard_rates(

592: -- Version : 1.0
593: -- History : rgooty 6-June-2005 - created
594: -- End of Commnets
595: --------------------------------------------------------------------------------
596: PROCEDURE get_standard_rates(
597: p_api_version IN NUMBER,
598: p_init_msg_list IN VARCHAR2,
599: x_return_status OUT NOCOPY VARCHAR2,
600: x_msg_count OUT NOCOPY NUMBER,

Line 764: -- Procedure Name : Price_Standard_Quote

760: p_tot_fin_amount IN NUMBER);
761:
762: --------------------------------------------------------------------------------
763: -- Start of Commnets
764: -- Procedure Name : Price_Standard_Quote
765: -- Description :
766: -- Business Rules :
767: -- Parameters :
768: -- Version : 1.0

Line 772: PROCEDURE price_standard_quote_asset(

768: -- Version : 1.0
769: -- History : ssiruvol 22-May-2005 - created
770: -- End of Commnets
771: --------------------------------------------------------------------------------
772: PROCEDURE price_standard_quote_asset(
773: x_return_status OUT NOCOPY VARCHAR2,
774: x_msg_count OUT NOCOPY NUMBER,
775: x_msg_data OUT NOCOPY VARCHAR2,
776: p_api_version IN NUMBER,

Line 786: -- Procedure Name : Price_Standard_Quote

782: p_line_type IN VARCHAR2,
783: x_pricing_parameter_rec IN OUT NOCOPY pricing_parameter_rec_type);
784: --------------------------------------------------------------------------------
785: -- Start of Commnets
786: -- Procedure Name : Price_Standard_Quote
787: -- Description :
788: -- Business Rules :
789: -- Parameters :
790: -- Version : 1.0

Line 794: PROCEDURE price_standard_quote(x_return_status OUT NOCOPY VARCHAR2,

790: -- Version : 1.0
791: -- History : ssiruvol 22-May-2005 - created
792: -- End of Commnets
793: --------------------------------------------------------------------------------
794: PROCEDURE price_standard_quote(x_return_status OUT NOCOPY VARCHAR2,
795: x_msg_count OUT NOCOPY NUMBER,
796: x_msg_data OUT NOCOPY VARCHAR2,
797: p_api_version IN NUMBER,
798: p_init_msg_list IN VARCHAR2,