DBA Data[Home] [Help]

APPS.INV_RCV_STD_RCPT_APIS dependencies on QA_SKIPLOT_RCV_GRP

Line 2173: -- QA_SKIPLOT_RCV_GRP.CHECK_AVAILABILITY

2169:
2170: l_progress := '80';
2171:
2172: -- check if the routing_id = 2 (Inspection required) then call
2173: -- QA_SKIPLOT_RCV_GRP.CHECK_AVAILABILITY
2174: -- to check if Quaility Skip Lot function is available for current org.
2175: -- returns fnd_api.g_true/false
2176: IF l_rcv_rcpt_rec.routing_id = 2 THEN
2177: BEGIN

Line 2179: qa_skiplot_rcv_grp.check_availability(

2175: -- returns fnd_api.g_true/false
2176: IF l_rcv_rcpt_rec.routing_id = 2 THEN
2177: BEGIN
2178: l_progress := '81';
2179: qa_skiplot_rcv_grp.check_availability(
2180: p_api_version => 1.0
2181: , p_init_msg_list => fnd_api.g_false
2182: , p_commit => fnd_api.g_false
2183: , p_validation_level => fnd_api.g_valid_level_full

Line 2195: 'create_po_rcpt_intf_rec: 102 - Exception in calling QA_SKIPLOT_RCV_GRP.CHECK_AVAILABILITY'

2191: EXCEPTION
2192: WHEN OTHERS THEN
2193: IF (l_debug = 1) THEN
2194: print_debug(
2195: 'create_po_rcpt_intf_rec: 102 - Exception in calling QA_SKIPLOT_RCV_GRP.CHECK_AVAILABILITY'
2196: || TO_CHAR(SYSDATE, 'YYYY-MM-DD HH:DD:SS')
2197: , 4
2198: );
2199: END IF;

Line 2206: -- calls QA_SKIPLOT_RCV_GRP.EVALUATE_LOT

2202: END;
2203:
2204: IF NVL(l_return_status, fnd_api.g_ret_sts_success) = fnd_api.g_ret_sts_success THEN
2205: -- If the Quaility Skip Lot function is available, then gets the interface transaction id and
2206: -- calls QA_SKIPLOT_RCV_GRP.EVALUATE_LOT
2207: -- returns 'Standard' or 'Inspect' to x_evaluation_result.
2208: IF NVL(l_qa_availability, fnd_api.g_false) = fnd_api.g_true THEN
2209: l_qa_routing_id := 2;
2210:

Line 2239: print_debug('create_po_rcpt_intf_rec 84 calling qa_skiplot_rcv_grp.evaluate_lot', 4);

2235:
2236: --Begin bug 4699085
2237: --Added following debug messages
2238: IF (l_debug = 1) THEN
2239: print_debug('create_po_rcpt_intf_rec 84 calling qa_skiplot_rcv_grp.evaluate_lot', 4);
2240: print_debug('create_po_rcpt_intf_rec 84 with l_rcv_rcpt_rec.item_revision='||l_rcv_rcpt_rec.item_revision, 4);
2241: END IF;
2242: --End bug 4699085
2243:

Line 2245: qa_skiplot_rcv_grp.evaluate_lot(

2241: END IF;
2242: --End bug 4699085
2243:
2244: l_progress := '84';
2245: qa_skiplot_rcv_grp.evaluate_lot(
2246: p_api_version => 1.0
2247: , p_init_msg_list => fnd_api.g_false
2248: , p_commit => fnd_api.g_false
2249: , p_validation_level => fnd_api.g_valid_level_full

Line 2292: -- If QA_SKIPLOT_RCV_GRP returns 'Standard', sets the routing id to 1.

2288: END IF;
2289: RAISE fnd_api.g_exc_unexpected_error;
2290: END IF;
2291:
2292: -- If QA_SKIPLOT_RCV_GRP returns 'Standard', sets the routing id to 1.
2293: -- If QA_SKIPLOT_RCV_GRP returns 'Inspect', leaves the routing id as 2.
2294: IF l_evaluation_result = 'STANDARD' THEN
2295: l_rcv_rcpt_rec.routing_id := 1;
2296: l_qa_routing_id := 1;

Line 2293: -- If QA_SKIPLOT_RCV_GRP returns 'Inspect', leaves the routing id as 2.

2289: RAISE fnd_api.g_exc_unexpected_error;
2290: END IF;
2291:
2292: -- If QA_SKIPLOT_RCV_GRP returns 'Standard', sets the routing id to 1.
2293: -- If QA_SKIPLOT_RCV_GRP returns 'Inspect', leaves the routing id as 2.
2294: IF l_evaluation_result = 'STANDARD' THEN
2295: l_rcv_rcpt_rec.routing_id := 1;
2296: l_qa_routing_id := 1;
2297: END IF;

Line 2301: print_debug('create_po_rcpt_intf_rec: 104 - Exception in calling QA_SKIPLOT_RCV_GRP.EVALUATE_LOT'|| TO_CHAR(SYSDATE, 'YYYY-MM-DD HH:DD:SS'), 4);

2297: END IF;
2298: EXCEPTION
2299: WHEN OTHERS THEN
2300: IF (l_debug = 1) THEN
2301: print_debug('create_po_rcpt_intf_rec: 104 - Exception in calling QA_SKIPLOT_RCV_GRP.EVALUATE_LOT'|| TO_CHAR(SYSDATE, 'YYYY-MM-DD HH:DD:SS'), 4);
2302: END IF;
2303: RAISE fnd_api.g_exc_error;
2304: END;
2305: END IF;

Line 4715: -- Calling function QA_SKIPLOT_RCV_GRP.CHECK_AVAILABILITY to check if Skip/Lot

4711: -- Bug# 6967549, Check to see if Skip Lot functionality is enabled for the
4712: -- current org or not and activate the same only for ASN receipts.
4713: IF p_source_type = 'ASN' THEN
4714:
4715: -- Calling function QA_SKIPLOT_RCV_GRP.CHECK_AVAILABILITY to check if Skip/Lot
4716: -- is enabled for the given org or not.
4717: -- returns fnd_api.g_true/false
4718: BEGIN
4719: l_progress := '81';

Line 4720: qa_skiplot_rcv_grp.check_availability(

4716: -- is enabled for the given org or not.
4717: -- returns fnd_api.g_true/false
4718: BEGIN
4719: l_progress := '81';
4720: qa_skiplot_rcv_grp.check_availability(
4721: p_api_version => 1.0
4722: , p_init_msg_list => fnd_api.g_false
4723: , p_commit => fnd_api.g_false
4724: , p_validation_level => fnd_api.g_valid_level_full

Line 4735: print_debug( 'create_asn_con_rcpt_intf_rec: 101 - Exception in calling QA_SKIPLOT_RCV_GRP.CHECK_AVAILABILITY'

4731: l_progress := '82';
4732: EXCEPTION
4733: WHEN OTHERS THEN
4734: IF (l_debug = 1) THEN
4735: print_debug( 'create_asn_con_rcpt_intf_rec: 101 - Exception in calling QA_SKIPLOT_RCV_GRP.CHECK_AVAILABILITY'
4736: || TO_CHAR(SYSDATE, 'YYYY-MM-DD HH:DD:SS'), 4);
4737: END IF;
4738: RAISE fnd_api.g_exc_error;
4739: END;

Line 4744: -- call QA_SKIPLOT_RCV_GRP.EVALUATE_LOT

4740:
4741: IF NVL(l_return_status, fnd_api.g_ret_sts_success) = fnd_api.g_ret_sts_success THEN
4742:
4743: -- If the Quaility Skip Lot function is available, then gets the interface transaction id and
4744: -- call QA_SKIPLOT_RCV_GRP.EVALUATE_LOT
4745: -- returns 'Standard' or 'Inspect' to x_evaluation_result.
4746: IF NVL(l_qa_availability, fnd_api.g_false) = fnd_api.g_true THEN
4747: l_rcv_rcpt_rec.inspection_required_flag := 'Y';
4748: l_rcv_rcpt_rec.routing_id := 2;

Line 4768: print_debug('create_asn_con_rcpt_intf_rec 101 calling qa_skiplot_rcv_grp.evaluate_lot', 4);

4764: l_task_id := NULL;
4765: END IF;
4766:
4767: IF (l_debug = 1) THEN
4768: print_debug('create_asn_con_rcpt_intf_rec 101 calling qa_skiplot_rcv_grp.evaluate_lot', 4);
4769: print_debug('create_asn_con_rcpt_intf_rec 101 with l_rcv_rcpt_rec.item_revision = '|| l_rcv_rcpt_rec.item_revision, 4);
4770: END IF;
4771:
4772: -- Bug# 6967549, Same as previous version except now passing p_lpn_id directly

Line 4773: -- to the p_lpn_id parameter in the qa_skiplot_rcv_grp.evaluate_lot() API call.

4769: print_debug('create_asn_con_rcpt_intf_rec 101 with l_rcv_rcpt_rec.item_revision = '|| l_rcv_rcpt_rec.item_revision, 4);
4770: END IF;
4771:
4772: -- Bug# 6967549, Same as previous version except now passing p_lpn_id directly
4773: -- to the p_lpn_id parameter in the qa_skiplot_rcv_grp.evaluate_lot() API call.
4774:
4775: l_progress := '84';
4776: qa_skiplot_rcv_grp.evaluate_lot(
4777: p_api_version => 1.0

Line 4776: qa_skiplot_rcv_grp.evaluate_lot(

4772: -- Bug# 6967549, Same as previous version except now passing p_lpn_id directly
4773: -- to the p_lpn_id parameter in the qa_skiplot_rcv_grp.evaluate_lot() API call.
4774:
4775: l_progress := '84';
4776: qa_skiplot_rcv_grp.evaluate_lot(
4777: p_api_version => 1.0
4778: , p_init_msg_list => fnd_api.g_false
4779: , p_commit => fnd_api.g_false
4780: , p_validation_level => fnd_api.g_valid_level_full

Line 4822: -- If QA_SKIPLOT_RCV_GRP returns 'Standard', sets the routing id to 1.

4818: END IF;
4819: RAISE fnd_api.g_exc_unexpected_error;
4820: END IF;
4821:
4822: -- If QA_SKIPLOT_RCV_GRP returns 'Standard', sets the routing id to 1.
4823: -- If QA_SKIPLOT_RCV_GRP returns 'Inspect', leaves the routing id as 2.
4824: IF l_evaluation_result = 'STANDARD' THEN
4825: l_rcv_rcpt_rec.inspection_required_flag := 'N';
4826: l_rcv_rcpt_rec.routing_id := 1;

Line 4823: -- If QA_SKIPLOT_RCV_GRP returns 'Inspect', leaves the routing id as 2.

4819: RAISE fnd_api.g_exc_unexpected_error;
4820: END IF;
4821:
4822: -- If QA_SKIPLOT_RCV_GRP returns 'Standard', sets the routing id to 1.
4823: -- If QA_SKIPLOT_RCV_GRP returns 'Inspect', leaves the routing id as 2.
4824: IF l_evaluation_result = 'STANDARD' THEN
4825: l_rcv_rcpt_rec.inspection_required_flag := 'N';
4826: l_rcv_rcpt_rec.routing_id := 1;
4827: END IF;

Line 4832: print_debug('create_asn_con_rcpt_intf_rec: 135.3 - Exception in calling QA_SKIPLOT_RCV_GRP.EVALUATE_LOT'|| TO_CHAR(SYSDATE, 'YYYY-MM-DD HH:DD:SS'), 4);

4828:
4829: EXCEPTION
4830: WHEN OTHERS THEN
4831: IF (l_debug = 1) THEN
4832: print_debug('create_asn_con_rcpt_intf_rec: 135.3 - Exception in calling QA_SKIPLOT_RCV_GRP.EVALUATE_LOT'|| TO_CHAR(SYSDATE, 'YYYY-MM-DD HH:DD:SS'), 4);
4833: END IF;
4834: RAISE fnd_api.g_exc_error;
4835: END;
4836: