DBA Data[Home] [Help]

APPS.OE_ORDER_BOOK_UTIL dependencies on OE_CONTRACTS_UTIL

Line 1249: IF OE_Contracts_util.check_license() <> 'Y' THEN

1245: END IF;
1246: ****************************************************/
1247:
1248: --Check for licensing
1249: IF OE_Contracts_util.check_license() <> 'Y' THEN
1250: IF l_debug_level > 0 THEN
1251: oe_debug_pub.add('Contractual option not licensed, hence not performing article QA ', 3);
1252: END IF;
1253: ELSE

Line 1256: OE_CONTRACTS_UTIL.qa_articles (

1252: END IF;
1253: ELSE
1254:
1255:
1256: OE_CONTRACTS_UTIL.qa_articles (
1257: p_api_version => 1.0,
1258: p_doc_type => OE_CONTRACTS_UTIL.G_SO_DOC_TYPE,
1259: p_doc_id => p_header_id,
1260: x_qa_return_status => l_qa_return_status,

Line 1258: p_doc_type => OE_CONTRACTS_UTIL.G_SO_DOC_TYPE,

1254:
1255:
1256: OE_CONTRACTS_UTIL.qa_articles (
1257: p_api_version => 1.0,
1258: p_doc_type => OE_CONTRACTS_UTIL.G_SO_DOC_TYPE,
1259: p_doc_id => p_header_id,
1260: x_qa_return_status => l_qa_return_status,
1261: x_return_status => l_return_status,
1262: x_msg_count => l_msg_count,

Line 1886: IF OE_Contracts_util.check_license() <> 'Y' THEN

1882: x_return_status := FND_API.G_RET_STS_SUCCESS;
1883: x_error_count := 0;
1884:
1885: --Check for licensing
1886: IF OE_Contracts_util.check_license() <> 'Y' THEN
1887: IF l_debug_level > 0 THEN
1888: oe_debug_pub.add('Contractual option not licensed, hence not performing article QA ', 3);
1889: END IF;
1890: RETURN;

Line 1949: oe_debug_pub.add('Calling OE_CONTRACTS_UTIL.qa_articles for l_header_id_tbl('||I||'): '||l_header_id_tbl(I));

1945: --now run QA on header id's contained in PL/SQL table l_header_id_tbl
1946: J := 1;
1947: FOR I IN 1..p_header_count LOOP
1948: IF l_debug_level > 0 THEN
1949: oe_debug_pub.add('Calling OE_CONTRACTS_UTIL.qa_articles for l_header_id_tbl('||I||'): '||l_header_id_tbl(I));
1950: END IF;
1951:
1952: OE_CONTRACTS_UTIL.qa_articles (
1953: p_api_version => 1.0,

Line 1952: OE_CONTRACTS_UTIL.qa_articles (

1948: IF l_debug_level > 0 THEN
1949: oe_debug_pub.add('Calling OE_CONTRACTS_UTIL.qa_articles for l_header_id_tbl('||I||'): '||l_header_id_tbl(I));
1950: END IF;
1951:
1952: OE_CONTRACTS_UTIL.qa_articles (
1953: p_api_version => 1.0,
1954: p_doc_type => OE_CONTRACTS_UTIL.G_SO_DOC_TYPE,
1955: p_doc_id => TO_NUMBER(l_header_id_tbl(I)),
1956: x_qa_return_status => l_qa_return_status,

Line 1954: p_doc_type => OE_CONTRACTS_UTIL.G_SO_DOC_TYPE,

1950: END IF;
1951:
1952: OE_CONTRACTS_UTIL.qa_articles (
1953: p_api_version => 1.0,
1954: p_doc_type => OE_CONTRACTS_UTIL.G_SO_DOC_TYPE,
1955: p_doc_id => TO_NUMBER(l_header_id_tbl(I)),
1956: x_qa_return_status => l_qa_return_status,
1957: x_return_status => l_return_status,
1958: x_msg_count => l_msg_count,