DBA Data[Home] [Help]

APPS.WMS_RESTRICTION_FORM_PKG dependencies on STANDARD

Line 193: -- API standard variables

189: ,p_attribute13 IN VARCHAR2
190: ,p_attribute14 IN VARCHAR2
191: ,p_attribute15 IN VARCHAR2
192: ) IS
193: -- API standard variables
194: l_api_version constant number := 1.0;
195: l_api_name constant varchar2(30) := 'Insert_Restriction';
196: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;
197: l_row_id VARCHAR2(20);

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

200: l_login_id NUMBER;
201: l_found BOOLEAN;
202: begin
203:
204: -- Standard call to check for call compatibility
205: if not fnd_api.compatible_api_call( l_api_version
206: ,p_api_version
207: ,l_api_name
208: ,g_pkg_name ) then

Line 368: -- API standard variables

364: ,p_attribute13 IN VARCHAR2
365: ,p_attribute14 IN VARCHAR2
366: ,p_attribute15 IN VARCHAR2
367: ) is
368: -- API standard variables
369: l_api_version constant number := 1.0;
370: l_api_name constant varchar2(30) := 'Lock_Restriction';
371: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;
372: begin

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

369: l_api_version constant number := 1.0;
370: l_api_name constant varchar2(30) := 'Lock_Restriction';
371: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;
372: begin
373: -- Standard call to check for call compatibility
374: if not fnd_api.compatible_api_call( l_api_version
375: ,p_api_version
376: ,l_api_name
377: ,g_pkg_name ) then

Line 524: -- API standard variables

520: ,p_attribute13 IN VARCHAR2
521: ,p_attribute14 IN VARCHAR2
522: ,p_attribute15 IN VARCHAR2
523: ) is
524: -- API standard variables
525: l_api_version constant number := 1.0;
526: l_api_name constant varchar2(30) := 'Update_Restriction';
527: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;
528: l_row_id VARCHAR2(20);

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

530: l_user_id NUMBER;
531: l_login_id NUMBER;
532: l_found BOOLEAN;
533: begin
534: -- Standard call to check for call compatibility
535: if not fnd_api.compatible_api_call( l_api_version
536: ,p_api_version
537: ,l_api_name
538: ,g_pkg_name ) then

Line 667: -- API standard variables

663: p_rowid IN VARCHAR2,
664: p_rule_id IN NUMBER,
665: p_sequence_number IN NUMBER
666: ) is
667: -- API standard variables
668: l_api_version constant number := 1.0;
669: l_api_name constant varchar2(30) := 'Delete_Restriction';
670: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;
671: l_dummy_rowid VARCHAR2(18);

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

670: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;
671: l_dummy_rowid VARCHAR2(18);
672: BEGIN
673:
674: -- Standard call to check for call compatibility
675: if not fnd_api.compatible_api_call( l_api_version
676: ,p_api_version
677: ,l_api_name
678: ,g_pkg_name ) then