DBA Data[Home] [Help]

APPS.QA_SAMPLING_PKG dependencies on QA_CHARS

Line 905: from qa_chars

901: where criteria_id = x_criteria_id;
902:
903: cursor char_names is
904: select name
905: from qa_chars
906: where char_id in (10, 11, 13, 26, 121, 122, 130)
907: order by char_id;
908:
909:

Line 910: x_supplier qa_chars.name%type;

906: where char_id in (10, 11, 13, 26, 121, 122, 130)
907: order by char_id;
908:
909:
910: x_supplier qa_chars.name%type;
911: x_supplier_site qa_chars.name%type;
912: x_item qa_chars.name%type;
913: x_rev qa_chars.name%type;
914: x_cat qa_chars.name%type;

Line 911: x_supplier_site qa_chars.name%type;

907: order by char_id;
908:
909:
910: x_supplier qa_chars.name%type;
911: x_supplier_site qa_chars.name%type;
912: x_item qa_chars.name%type;
913: x_rev qa_chars.name%type;
914: x_cat qa_chars.name%type;
915: x_project qa_chars.name%type;

Line 912: x_item qa_chars.name%type;

908:
909:
910: x_supplier qa_chars.name%type;
911: x_supplier_site qa_chars.name%type;
912: x_item qa_chars.name%type;
913: x_rev qa_chars.name%type;
914: x_cat qa_chars.name%type;
915: x_project qa_chars.name%type;
916: x_task qa_chars.name%type;

Line 913: x_rev qa_chars.name%type;

909:
910: x_supplier qa_chars.name%type;
911: x_supplier_site qa_chars.name%type;
912: x_item qa_chars.name%type;
913: x_rev qa_chars.name%type;
914: x_cat qa_chars.name%type;
915: x_project qa_chars.name%type;
916: x_task qa_chars.name%type;
917:

Line 914: x_cat qa_chars.name%type;

910: x_supplier qa_chars.name%type;
911: x_supplier_site qa_chars.name%type;
912: x_item qa_chars.name%type;
913: x_rev qa_chars.name%type;
914: x_cat qa_chars.name%type;
915: x_project qa_chars.name%type;
916: x_task qa_chars.name%type;
917:
918: x_criteria_str varchar2(2000) := '';

Line 915: x_project qa_chars.name%type;

911: x_supplier_site qa_chars.name%type;
912: x_item qa_chars.name%type;
913: x_rev qa_chars.name%type;
914: x_cat qa_chars.name%type;
915: x_project qa_chars.name%type;
916: x_task qa_chars.name%type;
917:
918: x_criteria_str varchar2(2000) := '';
919: x_vendor_name varchar2(240);

Line 916: x_task qa_chars.name%type;

912: x_item qa_chars.name%type;
913: x_rev qa_chars.name%type;
914: x_cat qa_chars.name%type;
915: x_project qa_chars.name%type;
916: x_task qa_chars.name%type;
917:
918: x_criteria_str varchar2(2000) := '';
919: x_vendor_name varchar2(240);
920: x_vendor_site_code varchar2(100);