DBA Data[Home] [Help]

APPS.QA_SKIPLOT_RCV_GRP dependencies on STANDARD

Line 27: -- standard start of API savepoint

23:
24: BEGIN
25:
26: --
27: -- standard start of API savepoint
28: --
29: SAVEPOINT check_availability_pub;
30:
31: --

Line 32: -- standard call to check for call compatibility.

28: --
29: SAVEPOINT check_availability_pub;
30:
31: --
32: -- standard call to check for call compatibility.
33: --
34: if not fnd_api.compatible_api_call (
35: l_api_version,
36: p_api_version,

Line 222: x_evaluation_result OUT NOCOPY VARCHAR2, -- returns INSPECTor STANDARD

218: p_po_line_location_id IN NUMBER DEFAULT null,
219: p_po_distribution_id IN NUMBER DEFAULT null,
220: p_lpn_id IN NUMBER DEFAULT null,
221: p_wms_flag IN VARCHAR2 DEFAULT 'N',
222: x_evaluation_result OUT NOCOPY VARCHAR2, -- returns INSPECTor STANDARD
223: x_return_status OUT NOCOPY VARCHAR2,
224: x_msg_count OUT NOCOPY NUMBER,
225: x_msg_data OUT NOCOPY VARCHAR2) IS
226:

Line 248: -- standard start of API savepoint

244:
245: BEGIN
246:
247: --
248: -- standard start of API savepoint
249: --
250: SAVEPOINT check_availability_pub;
251:
252: --

Line 253: -- standard call to check for call compatibility.

249: --
250: SAVEPOINT check_availability_pub;
251:
252: --
253: -- standard call to check for call compatibility.
254: --
255: if not fnd_api.compatible_api_call (
256: l_api_version,
257: p_api_version,

Line 293: x_evaluation_result := 'STANDARD';

289: -- lot is already source inspected
290: -- skip it and do not write it into database
291: --
292:
293: x_evaluation_result := 'STANDARD';
294:
295: --
296: -- evaluate criteria needed
297: --

Line 355: x_evaluation_result := 'STANDARD';

351: --
352: -- lot is skipped
353: --
354: if applicablePlans.count = 0 then
355: x_evaluation_result := 'STANDARD';
356: insp_status := 'SKIPPED';
357: else
358: x_evaluation_result := 'INSPECT';
359: insp_status := 'PENDING'; -- inspection pending

Line 476: -- standard start of API savepoint

472:
473: BEGIN
474:
475: --
476: -- standard start of API savepoint
477: --
478: SAVEPOINT check_availability_pub;
479:
480: --

Line 481: -- standard call to check for call compatibility.

477: --
478: SAVEPOINT check_availability_pub;
479:
480: --
481: -- standard call to check for call compatibility.
482: --
483: if not fnd_api.compatible_api_call (
484: l_api_version,
485: p_api_version,

Line 609: -- standard call to check for call compatibility.

605: -- savepoint unnecessary since this is a read-only procedure
606: --
607:
608: --
609: -- standard call to check for call compatibility.
610: --
611: if not fnd_api.compatible_api_call (
612: l_api_version,
613: p_api_version,

Line 743: -- standard call to check for call compatibility.

739: -- savepoint unnecessary since this is a read-only procedure
740: --
741:
742: --
743: -- standard call to check for call compatibility.
744: --
745: if not fnd_api.compatible_api_call (
746: l_api_version,
747: p_api_version,