DBA Data[Home] [Help]

APPS.PO_TERMS_SV dependencies on STANDARD

Line 51: standard calling: id in, boolean return result.

47: /*===========================================================================
48: FUNCTION NAME: val_payment_terms
49:
50: DESCRIPTION: This is a cover routine to val_ap_terms allowing for
51: standard calling: id in, boolean return result.
52: Ultimately, this will become the standard validation
53: function for payment terms.
54:
55:

Line 52: Ultimately, this will become the standard validation

48: FUNCTION NAME: val_payment_terms
49:
50: DESCRIPTION: This is a cover routine to val_ap_terms allowing for
51: standard calling: id in, boolean return result.
52: Ultimately, this will become the standard validation
53: function for payment terms.
54:
55:
56: PARAMETERS: X_ap_terms_id IN NUMBER

Line 78: standard calling: code in, boolean return result.

74: /*===========================================================================
75: FUNCTION NAME: val_fob_code
76:
77: DESCRIPTION: This is a cover routine to val_fob allowing for
78: standard calling: code in, boolean return result.
79: Ultimately, this will become the standard validation
80: function for the fob code.
81:
82:

Line 79: Ultimately, this will become the standard validation

75: FUNCTION NAME: val_fob_code
76:
77: DESCRIPTION: This is a cover routine to val_fob allowing for
78: standard calling: code in, boolean return result.
79: Ultimately, this will become the standard validation
80: function for the fob code.
81:
82:
83: PARAMETERS: X_fob_lookup_code IN VARCHAR2

Line 105: standard calling: code in, boolean return result.

101: /*===========================================================================
102: FUNCTION NAME: val_ship_via
103:
104: DESCRIPTION: This is a cover routine to val_freight_carrier allowing for
105: standard calling: code in, boolean return result.
106: Ultimately, this will become the standard validation
107: function for the ship via code.
108:
109:

Line 106: Ultimately, this will become the standard validation

102: FUNCTION NAME: val_ship_via
103:
104: DESCRIPTION: This is a cover routine to val_freight_carrier allowing for
105: standard calling: code in, boolean return result.
106: Ultimately, this will become the standard validation
107: function for the ship via code.
108:
109:
110: PARAMETERS: X_ship_via_code IN VARCHAR2,

Line 134: standard calling: code in, boolean return result.

130: /*===========================================================================
131: FUNCTION NAME: val_freight_code
132:
133: DESCRIPTION: This is a cover routine to val_freight_terms allowing for
134: standard calling: code in, boolean return result.
135: Ultimately, this will become the standard validation
136: function for freight code.
137:
138:

Line 135: Ultimately, this will become the standard validation

131: FUNCTION NAME: val_freight_code
132:
133: DESCRIPTION: This is a cover routine to val_freight_terms allowing for
134: standard calling: code in, boolean return result.
135: Ultimately, this will become the standard validation
136: function for freight code.
137:
138:
139: PARAMETERS: X_freight_terms_code IN NUMBER