DBA Data[Home] [Help]

APPS.GMI_PICK_CONFIRM_PUB dependencies on STANDARD

Line 80: -- Standard constants to be used to check for call compatibility.

76: )
77: IS
78:
79:
80: -- Standard constants to be used to check for call compatibility.
81: l_api_version CONSTANT NUMBER := 1.0;
82: l_api_name CONSTANT VARCHAR2(30):= 'PICK_CONFIRM';
83:
84:

Line 158: /* Standard begin of API savepoint

154: l_default_lot := FND_PROFILE.VALUE('IC$DEFAULT_LOT');
155: l_default_loct := FND_PROFILE.VALUE('IC$DEFAULT_LOCT');
156:
157:
158: /* Standard begin of API savepoint
159: ===========================================*/
160: SAVEPOINT Pick_Confirm_SP;
161:
162:

Line 163: /*Standard call to check for call compatibility.

159: ===========================================*/
160: SAVEPOINT Pick_Confirm_SP;
161:
162:
163: /*Standard call to check for call compatibility.
164: ==============================================*/
165:
166: IF NOT FND_API.compatible_api_call (
167: l_api_version,