DBA Data[Home] [Help]

APPS.WMS_SORT_CRITERIA_FORM_PKG dependencies on STANDARD

Line 152: -- API standard variables

148: ,p_attribute13 IN VARCHAR2
149: ,p_attribute14 IN VARCHAR2
150: ,p_attribute15 IN VARCHAR2
151: ) IS
152: -- API standard variables
153: l_api_version constant number := 1.0;
154: l_api_name constant varchar2(30) := 'Insert_Sort_criteria';
155: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;
156: l_row_id VARCHAR2(20);

Line 163: -- Standard call to check for call compatibility

159: l_login_id NUMBER;
160: l_found BOOLEAN;
161: begin
162:
163: -- Standard call to check for call compatibility
164: if not fnd_api.compatible_api_call( l_api_version
165: ,p_api_version
166: ,l_api_name
167: ,g_pkg_name ) then

Line 297: -- API standard variables

293: ,p_attribute13 IN VARCHAR2
294: ,p_attribute14 IN VARCHAR2
295: ,p_attribute15 IN VARCHAR2
296: ) is
297: -- API standard variables
298: l_api_version constant number := 1.0;
299: l_api_name constant varchar2(30) := 'Lock_Sort_criteria';
300: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;
301: begin

Line 302: -- Standard call to check for call compatibility

298: l_api_version constant number := 1.0;
299: l_api_name constant varchar2(30) := 'Lock_Sort_criteria';
300: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;
301: begin
302: -- Standard call to check for call compatibility
303: if not fnd_api.compatible_api_call( l_api_version
304: ,p_api_version
305: ,l_api_name
306: ,g_pkg_name ) then

Line 423: -- API standard variables

419: ,p_attribute13 IN VARCHAR2
420: ,p_attribute14 IN VARCHAR2
421: ,p_attribute15 IN VARCHAR2
422: ) is
423: -- API standard variables
424: l_api_version constant number := 1.0;
425: l_api_name constant varchar2(30) := 'Update_Sort_criteria';
426: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;
427: l_row_id VARCHAR2(20);

Line 433: -- Standard call to check for call compatibility

429: l_user_id NUMBER;
430: l_login_id NUMBER;
431: l_found BOOLEAN;
432: begin
433: -- Standard call to check for call compatibility
434: if not fnd_api.compatible_api_call( l_api_version
435: ,p_api_version
436: ,l_api_name
437: ,g_pkg_name ) then

Line 546: -- API standard variables

542: p_rowid IN VARCHAR2,
543: p_rule_id IN NUMBER,
544: p_sequence_number IN NUMBER
545: ) is
546: -- API standard variables
547: l_api_version constant number := 1.0;
548: l_api_name constant varchar2(30) := 'Delete_Sort_criteria';
549: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;
550: l_dummy_rowid VARCHAR2(18);

Line 553: -- Standard call to check for call compatibility

549: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;
550: l_dummy_rowid VARCHAR2(18);
551: BEGIN
552:
553: -- Standard call to check for call compatibility
554: if not fnd_api.compatible_api_call( l_api_version
555: ,p_api_version
556: ,l_api_name
557: ,g_pkg_name ) then