DBA Data[Home] [Help]

APPS.WMS_RULE_FORM_PKG dependencies on STANDARD

Line 170: -- API standard variables

166: ,p_init_msg_list in varchar2 DEFAULT fnd_api.g_false
167: ,p_validation_level in number DEFAULT fnd_api.g_valid_level_full
168: ,p_allocation_mode_id in number
169: ) IS
170: -- API standard variables
171: l_api_version constant number := 1.0;
172: l_api_name constant varchar2(30) := 'Insert_Rule';
173: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;
174: l_row_id VARCHAR2(20);

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

178: l_found BOOLEAN;
179: l_rule_id NUMBER;
180: begin
181:
182: -- Standard call to check for call compatibility
183: if not fnd_api.compatible_api_call( l_api_version
184: ,p_api_version
185: ,l_api_name
186: ,g_pkg_name ) then

Line 338: -- API standard variables

334: p_init_msg_list in varchar2 DEFAULT fnd_api.g_false,
335: p_validation_level in number DEFAULT fnd_api.g_valid_level_full
336: ,p_allocation_mode_id in number
337: ) is
338: -- API standard variables
339: l_api_version constant number := 1.0;
340: l_api_name constant varchar2(30) := 'Lock_Rule';
341: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;
342: begin

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

339: l_api_version constant number := 1.0;
340: l_api_name constant varchar2(30) := 'Lock_Rule';
341: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;
342: begin
343: -- Standard call to check for call compatibility
344: if not fnd_api.compatible_api_call( l_api_version
345: ,p_api_version
346: ,l_api_name
347: ,g_pkg_name ) then

Line 482: -- API standard variables

478: p_init_msg_list in varchar2 DEFAULT fnd_api.g_false,
479: p_validation_level in number DEFAULT fnd_api.g_valid_level_full
480: ,p_allocation_mode_id in number
481: ) is
482: -- API standard variables
483: l_api_version constant number := 1.0;
484: l_api_name constant varchar2(30) := 'Update_Rule';
485: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;
486: l_row_id VARCHAR2(20);

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

488: l_user_id NUMBER;
489: l_login_id NUMBER;
490: l_found BOOLEAN;
491: begin
492: -- Standard call to check for call compatibility
493: if not fnd_api.compatible_api_call( l_api_version
494: ,p_api_version
495: ,l_api_name
496: ,g_pkg_name ) then

Line 616: -- API standard variables

612: p_api_version in NUMBER,
613: p_init_msg_list in varchar2 DEFAULT fnd_api.g_false,
614: p_validation_level in number DEFAULT fnd_api.g_valid_level_full
615: ) IS
616: -- API standard variables
617: l_api_version constant number := 1.0;
618: l_api_name constant varchar2(30) := 'Find_Rule';
619:
620: CURSOR l_cur IS

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

623: WHERE rule_id = p_rule_id;
624:
625: l_dummy VARCHAR2(1);
626: BEGIN
627: -- Standard call to check for call compatibility
628: if not fnd_api.compatible_api_call( l_api_version
629: ,p_api_version
630: ,l_api_name
631: ,g_pkg_name ) then

Line 680: -- API standard variables

676: p_api_version in NUMBER,
677: p_init_msg_list in varchar2 DEFAULT fnd_api.g_false,
678: p_validation_level in number DEFAULT fnd_api.g_valid_level_full
679: ) is
680: -- API standard variables
681: l_api_version constant number := 1.0;
682: l_api_name constant varchar2(30) := 'Delete_Rule';
683: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;
684: BEGIN

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

682: l_api_name constant varchar2(30) := 'Delete_Rule';
683: l_return_status VARCHAR2(1) := fnd_api.g_ret_sts_success;
684: BEGIN
685:
686: -- Standard call to check for call compatibility
687: if not fnd_api.compatible_api_call( l_api_version
688: ,p_api_version
689: ,l_api_name
690: ,g_pkg_name ) then

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

924:
925: l_rule_id NUMBER;
926: BEGIN
927:
928: -- Standard call to check for call compatibility
929: if not fnd_api.compatible_api_call( l_api_version
930: ,p_api_version
931: ,l_api_name
932: ,g_pkg_name ) then