DBA Data[Home] [Help]

APPS.SO_ATT dependencies on STANDARD

Line 142: ** Standard(SN) Y Template (T)

138: BEGIN
139: /*
140: ** Note_Type_Code Override_Allowed_flag ==> document_usage_type
141: ** -------------- --------------------- -------------------
142: ** Standard(SN) Y Template (T)
143: ** Standard(SN) N Standard (S)
144: ** One-Time(OT) Y | N One-Time (O)
145: */
146:

Line 143: ** Standard(SN) N Standard (S)

139: /*
140: ** Note_Type_Code Override_Allowed_flag ==> document_usage_type
141: ** -------------- --------------------- -------------------
142: ** Standard(SN) Y Template (T)
143: ** Standard(SN) N Standard (S)
144: ** One-Time(OT) Y | N One-Time (O)
145: */
146:
147: SELECT NOTE_TYPE_CODE, OVERRIDE_ALLOWED_FLAG

Line 348: ** Template (T) Standard(SN) Y

344: BEGIN
345: /*
346: ** document_usage_type ==> Note_Type_Code Override_Allowed_flag
347: ** ------------------- -------------- ---------------------
348: ** Template (T) Standard(SN) Y
349: ** Standard (S) Standard(SN) N
350: ** One-Time (O) One-Time(OT) Y
351: */
352:

Line 349: ** Standard (S) Standard(SN) N

345: /*
346: ** document_usage_type ==> Note_Type_Code Override_Allowed_flag
347: ** ------------------- -------------- ---------------------
348: ** Template (T) Standard(SN) Y
349: ** Standard (S) Standard(SN) N
350: ** One-Time (O) One-Time(OT) Y
351: */
352:
353: If (p_usage_type = 'T') Then