DBA Data[Home] [Help]

APPS.OKS_AUTH_UTIL_PUB dependencies on OKS_QP_INT_PVT

Line 1067: x_status_tbl OUT NOCOPY oks_qp_int_pvt.Pricing_Status_tbl ) IS

1063: PROCEDURE COMPUTE_PRICE_MULTIPLE_LINE(
1064: p_api_version IN NUMBER,
1065: p_detail_tbl IN MULTI_LINE_TBL,
1066: x_return_status OUT NOCOPY VARCHAR2,
1067: x_status_tbl OUT NOCOPY oks_qp_int_pvt.Pricing_Status_tbl ) IS
1068:
1069: l_input_details OKS_QP_PKG.INPUT_DETAILS;
1070: l_output_details OKS_QP_PKG.PRICE_DETAILS;
1071: l_modif_details QP_PREQ_GRP.LINE_DETAIL_TBL_TYPE;

Line 1076: l_status_tbl oks_qp_int_pvt.Pricing_Status_tbl;

1072: l_pb_details OKS_QP_PKG.G_PRICE_BREAK_TBL_TYPE;
1073: l_return_status VARCHAR2(20);
1074: l_msg_count NUMBER;
1075: l_msg_data VARCHAR2(2000);
1076: l_status_tbl oks_qp_int_pvt.Pricing_Status_tbl;
1077: l_final_status_tbl oks_qp_int_pvt.Pricing_Status_tbl;
1078: l_count NUMBER;
1079:
1080:

Line 1077: l_final_status_tbl oks_qp_int_pvt.Pricing_Status_tbl;

1073: l_return_status VARCHAR2(20);
1074: l_msg_count NUMBER;
1075: l_msg_data VARCHAR2(2000);
1076: l_status_tbl oks_qp_int_pvt.Pricing_Status_tbl;
1077: l_final_status_tbl oks_qp_int_pvt.Pricing_Status_tbl;
1078: l_count NUMBER;
1079:
1080:
1081: BEGIN

Line 1097: oks_qp_int_pvt.compute_price

1093: l_input_details.intent := 'LP';
1094: END IF;
1095:
1096:
1097: oks_qp_int_pvt.compute_price
1098: (
1099: p_api_version => 1.0,
1100: p_init_msg_list => 'T',
1101: p_detail_rec => l_input_details,

Line 1118: l_status_tbl := oks_qp_int_pvt.Get_Pricing_Messages;

1114: IF l_status_tbl.COUNT = 0 THEN
1115: l_count := 0;
1116: END IF;
1117:
1118: l_status_tbl := oks_qp_int_pvt.Get_Pricing_Messages;
1119: -- GCHADHA --
1120: -- BUG 4020869 --
1121: -- 19-NOV-2004 --
1122: IF l_status_tbl.COUNT > 0 THEN