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 314: -- p_so_id - Id of Qucik Quote/Standard Quote

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

Line 582: -- Procedure Name : get_standard_rates

578: x_lrs_levels OUT NOCOPY lrs_levels_tbl_type);
579:
580: --------------------------------------------------------------------------------
581: -- Start of Commnets
582: -- Procedure Name : get_standard_rates
583: -- Description :
584: -- Business Rules :
585: -- Parameters :
586: -- Version : 1.0

Line 590: PROCEDURE get_standard_rates(

586: -- Version : 1.0
587: -- History : rgooty 6-June-2005 - created
588: -- End of Commnets
589: --------------------------------------------------------------------------------
590: PROCEDURE get_standard_rates(
591: p_api_version IN NUMBER,
592: p_init_msg_list IN VARCHAR2,
593: x_return_status OUT NOCOPY VARCHAR2,
594: x_msg_count OUT NOCOPY NUMBER,

Line 753: -- Procedure Name : Price_Standard_Quote

749: p_tot_fin_amount IN NUMBER);
750:
751: --------------------------------------------------------------------------------
752: -- Start of Commnets
753: -- Procedure Name : Price_Standard_Quote
754: -- Description :
755: -- Business Rules :
756: -- Parameters :
757: -- Version : 1.0

Line 761: PROCEDURE price_standard_quote_asset(

757: -- Version : 1.0
758: -- History : ssiruvol 22-May-2005 - created
759: -- End of Commnets
760: --------------------------------------------------------------------------------
761: PROCEDURE price_standard_quote_asset(
762: x_return_status OUT NOCOPY VARCHAR2,
763: x_msg_count OUT NOCOPY NUMBER,
764: x_msg_data OUT NOCOPY VARCHAR2,
765: p_api_version IN NUMBER,

Line 774: -- Procedure Name : Price_Standard_Quote

770: p_target_rate IN NUMBER,
771: x_pricing_parameter_rec IN OUT NOCOPY pricing_parameter_rec_type);
772: --------------------------------------------------------------------------------
773: -- Start of Commnets
774: -- Procedure Name : Price_Standard_Quote
775: -- Description :
776: -- Business Rules :
777: -- Parameters :
778: -- Version : 1.0

Line 782: PROCEDURE price_standard_quote(x_return_status OUT NOCOPY VARCHAR2,

778: -- Version : 1.0
779: -- History : ssiruvol 22-May-2005 - created
780: -- End of Commnets
781: --------------------------------------------------------------------------------
782: PROCEDURE price_standard_quote(x_return_status OUT NOCOPY VARCHAR2,
783: x_msg_count OUT NOCOPY NUMBER,
784: x_msg_data OUT NOCOPY VARCHAR2,
785: p_api_version IN NUMBER,
786: p_init_msg_list IN VARCHAR2,