DBA Data[Home] [Help]

APPS.QLTDACTB dependencies on QLTDACTB

Line 1: PACKAGE BODY QLTDACTB as

1: PACKAGE BODY QLTDACTB as
2: /* $Header: qltdactb.plb 120.13.12010000.3 2008/11/12 10:02:51 ntungare ship $ */
3: -- 2/8/95 - created
4: -- Kevin Wiggen
5:

Line 2: /* $Header: qltdactb.plb 120.13.12010000.3 2008/11/12 10:02:51 ntungare ship $ */

1: PACKAGE BODY QLTDACTB as
2: /* $Header: qltdactb.plb 120.13.12010000.3 2008/11/12 10:02:51 ntungare ship $ */
3: -- 2/8/95 - created
4: -- Kevin Wiggen
5:
6:

Line 598: -- would not fire because for specification at element level in qltdactb we check

594: -- not supported at plan level we call Quality APIs from EAM with spec_id as -1
595: -- (even if one of the elements in the collection plan has specification limits
596: -- defined). When spec_id is -1 the existing code assigns NULL to spec_id(This
597: -- happens in qltssresb.plb). If we pass NULL then the actions based on the elements
598: -- would not fire because for specification at element level in qltdactb we check
599: -- whether spec_id is 0 and then fire the actions. If it is NULL then no action
600: -- would fire. So made Y_SPEC_ID to have the value as 0 if spec_id is NULL or <= 0.
601: -- ntungare Wed Mar 29 02:58:45 PST 2006.
602:

Line 3131: END QLTDACTB;

3127: END high_val;
3128:
3129:
3130:
3131: END QLTDACTB;
3132: