DBA Data[Home] [Help]

APPS.RRS_HIERARCHY_INFO dependencies on FND_API

Line 586: p_object_key => p_hier_version_id) = FND_API.G_TRUE;

582: AND RRS_SECURITY_PUB.Check_UDA_View_Privilege(
583: p_api_version => 1.0,
584: p_attr_group_id => eoab.ATTR_GROUP_ID,
585: p_object_name => fo.OBJ_NAME,
586: p_object_key => p_hier_version_id) = FND_API.G_TRUE;
587:
588: ELSIF p_page_name IS NOT NULL THEN
589:
590: BEGIN

Line 624: p_object_key => p_hier_version_id) = FND_API.G_TRUE

620: AND RRS_SECURITY_PUB.Check_UDA_View_Privilege(
621: p_api_version => 1.0,
622: p_attr_group_id => AG.ATTR_GROUP_ID,
623: p_object_name => 'RRS_HIERARCHY',
624: p_object_key => p_hier_version_id) = FND_API.G_TRUE
625: ORDER BY SEQUENCE;
626:
627: EXCEPTION
628:

Line 677: ,p_init_error_handler => FND_API.G_FALSE

673: ,p_entity_id => NULL
674: ,p_entity_index => NULL
675: ,p_entity_code => NULL
676: ,p_debug_level => 0
677: ,p_init_error_handler => FND_API.G_FALSE
678: ,p_init_fnd_msg_list => FND_API.G_FALSE
679: ,p_add_errors_to_fnd_stack => FND_API.G_FALSE
680: ,p_commit => FND_API.G_FALSE
681: ,x_attributes_row_table => l_x_attributes_row_table

Line 678: ,p_init_fnd_msg_list => FND_API.G_FALSE

674: ,p_entity_index => NULL
675: ,p_entity_code => NULL
676: ,p_debug_level => 0
677: ,p_init_error_handler => FND_API.G_FALSE
678: ,p_init_fnd_msg_list => FND_API.G_FALSE
679: ,p_add_errors_to_fnd_stack => FND_API.G_FALSE
680: ,p_commit => FND_API.G_FALSE
681: ,x_attributes_row_table => l_x_attributes_row_table
682: ,x_attributes_data_table => l_x_attributes_data_table

Line 679: ,p_add_errors_to_fnd_stack => FND_API.G_FALSE

675: ,p_entity_code => NULL
676: ,p_debug_level => 0
677: ,p_init_error_handler => FND_API.G_FALSE
678: ,p_init_fnd_msg_list => FND_API.G_FALSE
679: ,p_add_errors_to_fnd_stack => FND_API.G_FALSE
680: ,p_commit => FND_API.G_FALSE
681: ,x_attributes_row_table => l_x_attributes_row_table
682: ,x_attributes_data_table => l_x_attributes_data_table
683: ,x_return_status => l_x_return_status

Line 680: ,p_commit => FND_API.G_FALSE

676: ,p_debug_level => 0
677: ,p_init_error_handler => FND_API.G_FALSE
678: ,p_init_fnd_msg_list => FND_API.G_FALSE
679: ,p_add_errors_to_fnd_stack => FND_API.G_FALSE
680: ,p_commit => FND_API.G_FALSE
681: ,x_attributes_row_table => l_x_attributes_row_table
682: ,x_attributes_data_table => l_x_attributes_data_table
683: ,x_return_status => l_x_return_status
684: ,x_errorcode => l_x_errorcode