DBA Data[Home] [Help]

APPS.ASO_QUOTE_PUB_W dependencies on STANDARD

Line 9054: -- standard call to check for call compatibility

9050: l_debug := ASO_QUOTE_UTIL_PVT.is_debug_enabled;
9051: IF l_debug = 'Y' THEN
9052: ASO_QUOTE_UTIL_PVT.Enable_Debug_Pvt;
9053: END IF;
9054: -- standard call to check for call compatibility
9055: IF NOT FND_API.Compatible_API_Call (l_api_version,
9056: p_api_version_number,
9057: l_api_name,
9058: G_PKG_NAME )

Line 9129: -- standard call to get message count and if count is 1, get message info.

9125:
9126: IF l_debug = 'Y' THEN
9127: ASO_QUOTE_UTIL_PVT.debug('ASO_QUOTE_PUB_W.copy_quote(+)');
9128: END IF;
9129: -- standard call to get message count and if count is 1, get message info.
9130: FND_MSG_PUB.Count_And_Get
9131: ( p_encoded => FND_API.G_FALSE,
9132: p_count => x_msg_count,
9133: p_data => x_msg_data

Line 9357: -- Standard IN params

9353: p_cc_header_pricing_event IN VARCHAR2 := FND_API.G_MISS_CHAR,
9354: p_cc_price_mode IN VARCHAR2 := FND_API.G_MISS_CHAR,
9355: p_cc_calc_freight_charge_flag IN VARCHAR2 := FND_API.G_MISS_CHAR,
9356: p_cc_calculate_tax_flag IN VARCHAR2 := FND_API.G_MISS_CHAR,
9357: -- Standard IN params
9358: p_api_version_number IN NUMBER := NULL,
9359: p_init_msg_list IN VARCHAR2 := NULL,
9360: p_commit IN VARCHAR2 := NULL,
9361: -- Standard OUT params

Line 9361: -- Standard OUT params

9357: -- Standard IN params
9358: p_api_version_number IN NUMBER := NULL,
9359: p_init_msg_list IN VARCHAR2 := NULL,
9360: p_commit IN VARCHAR2 := NULL,
9361: -- Standard OUT params
9362: x_return_status OUT NOCOPY VARCHAR2,
9363: x_msg_count OUT NOCOPY NUMBER,
9364: x_msg_data OUT NOCOPY VARCHAR2
9365: )

Line 9384: -- standard call to check for call compatibility

9380: l_debug := ASO_QUOTE_UTIL_PVT.is_debug_enabled;
9381: IF l_debug = 'Y' THEN
9382: ASO_QUOTE_UTIL_PVT.Enable_Debug_Pvt;
9383: END IF;
9384: -- standard call to check for call compatibility
9385: IF NOT FND_API.Compatible_Api_Call(l_api_version,
9386: p_api_version_number,
9387: l_api_name,
9388: G_PKG_NAME)

Line 9603: -- standard call to get message count and if count is 1, get the message info

9599: THEN
9600: COMMIT WORK;
9601: END IF;
9602:
9603: -- standard call to get message count and if count is 1, get the message info
9604: FND_MSG_PUB.Count_And_Get(
9605: p_encoded => FND_API.G_FALSE,
9606: p_count => x_msg_count,
9607: p_data => x_msg_data);

Line 10765: -- Standard call to check for call compatibility.

10761: IF l_debug = 'Y' THEN
10762: ASO_QUOTE_UTIL_PVT.Enable_Debug_Pvt;
10763: END IF;
10764:
10765: -- Standard call to check for call compatibility.
10766: IF NOT FND_API.Compatible_API_Call (l_api_version,
10767: p_api_version,
10768: l_api_name,
10769: G_PKG_NAME )

Line 10880: -- Standard call to check for call compatibility.

10876: l_debug := ASO_QUOTE_UTIL_PVT.is_debug_enabled;
10877: IF l_debug = 'Y' THEN
10878: ASO_QUOTE_UTIL_PVT.Enable_Debug_Pvt;
10879: END IF;
10880: -- Standard call to check for call compatibility.
10881: IF NOT FND_API.Compatible_API_Call(l_api_version,
10882: p_api_version,
10883: l_api_name,
10884: G_PKG_NAME)

Line 10978: -- standard call to check for call compatibility

10974: l_debug := ASO_QUOTE_UTIL_PVT.is_debug_enabled;
10975: IF l_debug = 'Y' THEN
10976: ASO_QUOTE_UTIL_PVT.Enable_Debug_Pvt;
10977: END IF;
10978: -- standard call to check for call compatibility
10979: IF NOT FND_API.Compatible_API_Call (l_api_version,
10980: p_api_version,
10981: l_api_name,
10982: G_PKG_NAME )

Line 11020: -- standard call to get message count and if count is 1, get message info.

11016: IF l_debug = 'Y' THEN
11017: ASO_QUOTE_UTIL_PVT.debug('ASO_QUOTE_PUB_W.validate_quantity(-)');
11018: END IF;
11019:
11020: -- standard call to get message count and if count is 1, get message info.
11021: FND_MSG_PUB.Count_And_Get
11022: ( p_encoded => FND_API.G_FALSE,
11023: p_count => x_msg_count,
11024: p_data => x_msg_data

Line 11079: -- Standard IN parameters

11075: PROCEDURE Credit_Check (
11076: -- OUT Parameters
11077: x_result_out OUT NOCOPY VARCHAR,
11078: x_cc_hold_comment OUT NOCOPY VARCHAR,
11079: -- Standard IN parameters
11080: p_api_version IN NUMBER := 1.0,
11081: p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE,
11082: p_commit IN VARCHAR2 := FND_API.G_FALSE,
11083: -- IN Parameters for qte_header_rec

Line 11214: -- Standard OUT parameters

11210: p_q_customer_signature_date IN DATE := FND_API.G_MISS_DATE,
11211: p_q_supplier_name_and_title IN VARCHAR2 := FND_API.G_MISS_CHAR,
11212: p_q_supplier_signature_date IN DATE := FND_API.G_MISS_DATE,
11213:
11214: -- Standard OUT parameters
11215: x_return_status OUT NOCOPY VARCHAR2,
11216: x_msg_count OUT NOCOPY NUMBER,
11217: x_msg_data OUT NOCOPY VARCHAR2
11218: )

Line 11429: -- Standard call to check for call compatibility

11425: IF l_debug = 'Y' THEN
11426: ASO_QUOTE_UTIL_PVT.Enable_Debug_Pvt;
11427: END IF;
11428:
11429: -- Standard call to check for call compatibility
11430: IF NOT FND_API.Compatible_Api_Call(
11431: l_api_version,
11432: p_api_version,
11433: l_api_name,

Line 12412: -- Standard Start of API savepoint

12408: IF l_debug = 'Y' THEN
12409: ASO_QUOTE_UTIL_PVT.Enable_Debug_Pvt;
12410: END IF;
12411:
12412: -- Standard Start of API savepoint
12413: SAVEPOINT GET_DEFAULT_PARY_SITES;
12414:
12415: -- Standard call to check for call compatibility.
12416: IF NOT FND_API.Compatible_API_Call ( l_api_version,

Line 12415: -- Standard call to check for call compatibility.

12411:
12412: -- Standard Start of API savepoint
12413: SAVEPOINT GET_DEFAULT_PARY_SITES;
12414:
12415: -- Standard call to check for call compatibility.
12416: IF NOT FND_API.Compatible_API_Call ( l_api_version,
12417: p_api_version_number,
12418: l_api_name,
12419: G_PKG_NAME)

Line 12483: -- Standard call to get message count and if count is 1, get message info.

12479: x_party_site_ids(i) := l_party_site_id;
12480: l_party_site_id :=NULL;
12481: END LOOP;
12482:
12483: -- Standard call to get message count and if count is 1, get message info.
12484: FND_MSG_PUB.Count_And_Get
12485: ( p_count => x_msg_count,
12486: p_data => x_msg_data
12487: );

Line 12682: -- Standard OUT params

12678: p_c_defaulting_fwk_flag IN VARCHAR2 := FND_API.G_MISS_CHAR,
12679: p_c_application_type_code IN VARCHAR2 := FND_API.G_MISS_CHAR,
12680: -- OUT params
12681: x_request_id OUT NOCOPY NUMBER,
12682: -- Standard OUT params
12683: x_return_status OUT NOCOPY VARCHAR2,
12684: x_msg_count OUT NOCOPY NUMBER,
12685: x_msg_data OUT NOCOPY VARCHAR2
12686: )

Line 12876: -- standard call to get message count and if count is 1, get the message info

12872: IF l_debug = 'Y'
12873: THEN ASO_QUOTE_UTIL_PVT.Debug('Returning from ASO_CONC_REQ_INT.Submit_Price_Tax_Req');
12874: END IF;
12875:
12876: -- standard call to get message count and if count is 1, get the message info
12877: FND_MSG_PUB.Count_And_Get(
12878: p_encoded => FND_API.G_FALSE,
12879: p_count => x_msg_count,
12880: p_data => x_msg_data);

Line 13065: -- Standard OUT params

13061: p_q_customer_signature_date IN DATE := FND_API.G_MISS_DATE,
13062: p_q_supplier_name_and_title IN VARCHAR2 := FND_API.G_MISS_CHAR,
13063: p_q_supplier_signature_date IN DATE := FND_API.G_MISS_DATE,
13064: p_q_object_version_number IN NUMBER := FND_API.G_MISS_NUM,
13065: -- Standard OUT params
13066: x_return_status OUT NOCOPY VARCHAR2,
13067: x_msg_count OUT NOCOPY NUMBER,
13068: x_msg_data OUT NOCOPY VARCHAR2
13069: )

Line 13233: -- standard call to get message count and if count is 1, get the message info

13229: IF l_debug = 'Y' THEN
13230: ASO_QUOTE_UTIL_PVT.Debug('Returning from ASO_CONC_REQ_INT.Cancel_Price_Tax_Req');
13231: END IF;
13232:
13233: -- standard call to get message count and if count is 1, get the message info
13234: FND_MSG_PUB.Count_And_Get(
13235: p_encoded => FND_API.G_FALSE,
13236: p_count => x_msg_count,
13237: p_data => x_msg_data);

Line 13671: -- Standard IN

13667: p_qls_pricing_quantity IN jtf_number_table := NULL,
13668: p_qls_shipment_priority_code IN jtf_varchar2_table_100 := NULL,
13669: p_qls_ship_from_org_id IN jtf_number_table := NULL,
13670: p_qls_ship_to_cust_party_id IN jtf_number_table := NULL,
13671: -- Standard IN
13672: p_api_version_number IN NUMBER := 1 ,
13673: p_init_msg_list IN VARCHAR2 := FND_API.G_TRUE ,
13674: p_commit IN VARCHAR2 := FND_API.G_FALSE ,
13675: -- Standard OUT

Line 13675: -- Standard OUT

13671: -- Standard IN
13672: p_api_version_number IN NUMBER := 1 ,
13673: p_init_msg_list IN VARCHAR2 := FND_API.G_TRUE ,
13674: p_commit IN VARCHAR2 := FND_API.G_FALSE ,
13675: -- Standard OUT
13676: x_return_status OUT NOCOPY VARCHAR2 ,
13677: x_msg_count OUT NOCOPY NUMBER ,
13678: x_msg_data OUT NOCOPY VARCHAR2
13679: )

Line 14221: /* standard OUT NOCOPYput */

14217: p_load_ln_tax_flag IN VARCHAR2 := 'N',
14218: p_load_hdr_tax_flag IN VARCHAR2 := 'N',
14219: p_load_ln_man_prc_adj_flag IN VARCHAR2 := 'N',
14220: p_load_hdr_man_prc_adj_flag IN VARCHAR2 := 'N',
14221: /* standard OUT NOCOPYput */
14222: x_return_status OUT NOCOPY VARCHAR2,
14223: x_msg_count OUT NOCOPY NUMBER,
14224: x_msg_data OUT NOCOPY VARCHAR2
14225: )

Line 14525: (1) standard line

14521:
14522: /**
14523: now we are to add the following quote lines into l_line_tbl:
14524: 1. top-level quote lines, including (these are not in the expand list):
14525: (1) standard line
14526: (2) model line
14527: (3) service lines associated with a pending order or an installbase item
14528: 2. quote lines whose quote_line_id are in the expand list (p_expand_quote_line_id)
14529: 3. quote lines whose parents are in the expand list (p_expand_quote_line_id)

Line 14535: /* this quote line is a standard line or a service line associated with

14531: **/
14532: IF NVL(all_lines_info_rec.service_ref_type_code, 'X') <> 'QUOTE' AND
14533: NVL(all_lines_info_rec.ref_type_code, 'X') <> 'CONFIG'
14534: THEN
14535: /* this quote line is a standard line or a service line associated with
14536: a pending order or an installbase item */
14537: all_lines_info_rec.node_type := TERMINAL_NODE;
14538: Add_Line(l_line_tbl, all_lines_info_rec);
14539:

Line 14549: /* this quote line is a service associated to a top-level line (standard

14545:
14546: ELSIF all_lines_info_rec.service_ref_type_code = 'QUOTE' AND
14547: NOT Is_Component_Item(all_lines_info_rec.service_ref_line_id)
14548: THEN
14549: /* this quote line is a service associated to a top-level line (standard
14550: line or a model line */
14551: all_lines_info_rec.node_type := TERMINAL_NODE;
14552: IF In_Sorted_Expand_List(all_lines_info_rec.service_ref_line_id, p_expand_quote_line_id)
14553: THEN

Line 14852: -- standard call to get message count and if count is 1, get the message info

14848: FETCH C_Ttl_Hdr_Manu_Prc_Adj_Op INTO x_qp_total_man_prc_adj_op;
14849: CLOSE C_Ttl_Hdr_Manu_Prc_Adj_Op;
14850: END IF;
14851:
14852: -- standard call to get message count and if count is 1, get the message info
14853: FND_MSG_PUB.Count_And_Get(
14854: p_encoded => FND_API.G_FALSE,
14855: p_count => x_msg_count,
14856: p_data => x_msg_data);