DBA Data[Home] [Help]

APPS.QA_SAMPLING_PKG dependencies on STANDARD

Line 989: -- put in spec per new coding standard

985: --
986:
987: --
988: -- removed parameter default values. default values should only be
989: -- put in spec per new coding standard
990: -- jezheng
991: -- Wed Nov 27 15:13:11 PST 2002
992: --
993: procedure eval_rcv_sampling_plan (

Line 1118: --checks QA_SAMPLING_PLANS table and gets the standard code, c number

1114:
1115: --
1116: --This checks the QA_SAMPLING_CUSTOM_RULES table based on sampling plan id
1117: --and lot size and return the custom sample size if found. Otherwise, it
1118: --checks QA_SAMPLING_PLANS table and gets the standard code, c number
1119: --and AQL and checks the QA_SAMPLING_STD_RULES table and return the std.
1120: --sample size
1121: --Note: Some alterations to the table columns were being made
1122: --Please refer to detail design for more information

Line 1233: else --use standard sampling plan

1229: and plan_id = p_collection_plan_id;
1230: */
1231:
1232: p_sample_size := l_sample_size;--set out param
1233: else --use standard sampling plan
1234: open lot_code_cur(l_insp_level);
1235: fetch lot_code_cur into l_lot_size_code;
1236: close lot_code_cur;
1237: