DBA Data[Home] [Help]

APPS.CZ_PB_MGR dependencies on CZ_RUNTIME

Line 3544: -- e.g. /oracle/apps/cz/runtime/oa/webui/templates/summary/28501_170._czc233440-xxx

3540:
3541: ----------------------------------------------------
3542: -- ancestorNode="docname.ancestorid", where docname normally pointing to itself,
3543: -- ancestor being immediate parent or higher level's
3544: -- e.g. /oracle/apps/cz/runtime/oa/webui/templates/summary/28501_170._czc233440-xxx
3545: -- /oracle/apps/cz/runtime/oa/webui/regions/ui44563/Page_44563_1.16496045-yyy
3546: PROCEDURE handle_ancestorNode(p_old_doc_name IN VARCHAR2, p_new_doc_name IN VARCHAR2, p_chunk IN OUT NOCOPY LONG)
3547: IS
3548: BEGIN

Line 3545: -- /oracle/apps/cz/runtime/oa/webui/regions/ui44563/Page_44563_1.16496045-yyy

3541: ----------------------------------------------------
3542: -- ancestorNode="docname.ancestorid", where docname normally pointing to itself,
3543: -- ancestor being immediate parent or higher level's
3544: -- e.g. /oracle/apps/cz/runtime/oa/webui/templates/summary/28501_170._czc233440-xxx
3545: -- /oracle/apps/cz/runtime/oa/webui/regions/ui44563/Page_44563_1.16496045-yyy
3546: PROCEDURE handle_ancestorNode(p_old_doc_name IN VARCHAR2, p_new_doc_name IN VARCHAR2, p_chunk IN OUT NOCOPY LONG)
3547: IS
3548: BEGIN
3549: IF instr(p_chunk, 'ancestorNode="' || p_old_doc_name || '.') > 0 THEN

Line 10501: cz_runtime.get_root_bom_node(p_model_id, v_bom_persistent_node_id, v_bom_ps_node_id, v_bom_err_flag, v_bom_err_msg);

10497: )
10498: THEN
10499: -----call to this procedure made to determine if the model being published
10500: -----contains a BOM
10501: cz_runtime.get_root_bom_node(p_model_id, v_bom_persistent_node_id, v_bom_ps_node_id, v_bom_err_flag, v_bom_err_msg);
10502:
10503: --------v_bom_err_flag = 0 indicates that the model contains a single BOM
10504: --------if it contains a single BOM identify the server from where the model
10505: --------was imported