DBA Data[Home] [Help]

APPS.FEM_REFRESH_ENG_PKG dependencies on FND_API

Line 791: ,p_commit => FND_API.G_TRUE

787: -- remove KFF composite dimension registration
788: BEGIN
789: fem_setup_pkg.delete_flexfield
790: (p_api_version => 1.0,p_init_msg_list => NULL
791: ,p_commit => FND_API.G_TRUE
792: ,p_encoded => NULL
793: ,x_return_status=>v_return_status
794: ,x_msg_count=>v_msg_count
795: ,x_msg_data=>v_msg_data

Line 802: ,p_commit => FND_API.G_TRUE

798: raise e_composite_delete;
799: END IF;
800: fem_setup_pkg.delete_flexfield
801: (p_api_version => 1.0,p_init_msg_list => NULL
802: ,p_commit => FND_API.G_TRUE
803: ,p_encoded => NULL
804: ,x_return_status=>v_return_status
805: ,x_msg_count=>v_msg_count
806: ,x_msg_data=>v_msg_data

Line 913: v_boolean BOOLEAN; -- Return value from FND API to reset profile option

909: v_ldtfile VARCHAR2(150); -- ldtfile that seeds the Default dataset
910: -- used for error logging only
911: v_lctfile VARCHAR2(150); -- lctfile that seeds the Default dataset
912: -- used for error logging only
913: v_boolean BOOLEAN; -- Return value from FND API to reset profile option
914:
915:
916: cursor c_appl is
917: SELECT application_id