DBA Data[Home] [Help]

APPS.CZ_MODELOPERATIONS_PUB dependencies on CZ_DEVL_PROJECTS

Line 893: FROM cz_devl_projects

889: SELECT rtrim(substr(orig_sys_ref,instr(orig_sys_ref,':',1,1)+1,length(substr(orig_sys_ref,instr(orig_sys_ref,':',1,1)+1)) -
890: length(substr(orig_sys_ref,instr(orig_sys_ref,':',1,2))) )) ,
891: rtrim(substr(orig_sys_ref,instr(orig_sys_ref,':',1,2)+1))
892: INTO lOrg_Id, lTop_Id
893: FROM cz_devl_projects
894: WHERE devl_project_id = p_devl_project_id
895: AND deleted_flag = '0';
896:
897: -- check the imp server

Line 1857: * @param p_model_id devl_project_id of the model from cz_devl_projects table

1853: -----------------------------------------------------------
1854: /*#
1855: * This is the public interface for force unlock operations on a model in Oracle Configurator
1856: * @param p_api_version Current version of the API is 1.0
1857: * @param p_model_id devl_project_id of the model from cz_devl_projects table
1858: * @param p_unlock_references A value of FND_API.G_TRUE indicates that the child models if any should be
1859: * force unlocked. A value of FND_API.G_FALSE indicates that only the root model
1860: * will be unlocked
1861: * @param p_init_msg_list FND_API.G_TRUE if the API should initialize the FND stack, FND_API.G_FALSE if not.