DBA Data[Home] [Help]

APPS.PQP_AAT_BUS dependencies on DUAL

Line 1028: From dual

1024: ) IS
1025: --
1026: Cursor ChkFormat is
1027: Select 'Y'
1028: From dual
1029: Where length(nvl(p_tp_safeguarded_grade,'x')) <= 3
1030: and ascii( substr(p_tp_safeguarded_grade,1,1)) between 65 and 90
1031: and (-- Either both 2nd and 3rd chars are alpha
1032: (ascii( substr(p_tp_safeguarded_grade,2,1)) between 65 and 90