DBA Data[Home] [Help]

APPS.CZ_PB_MGR dependencies on CZ_RUNTIME

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

2924:
2925: ----------------------------------------------------
2926: -- ancestorNode="docname.ancestorid", where docname normally pointing to itself,
2927: -- ancestor being immediate parent or higher level's
2928: -- e.g. /oracle/apps/cz/runtime/oa/webui/templates/summary/28501_170._czc233440-xxx
2929: -- /oracle/apps/cz/runtime/oa/webui/regions/ui44563/Page_44563_1.16496045-yyy
2930: PROCEDURE handle_ancestorNode(p_old_doc_name IN VARCHAR2, p_new_doc_name IN VARCHAR2, p_chunk IN OUT NOCOPY LONG)
2931: IS
2932: BEGIN

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

2925: ----------------------------------------------------
2926: -- ancestorNode="docname.ancestorid", where docname normally pointing to itself,
2927: -- ancestor being immediate parent or higher level's
2928: -- e.g. /oracle/apps/cz/runtime/oa/webui/templates/summary/28501_170._czc233440-xxx
2929: -- /oracle/apps/cz/runtime/oa/webui/regions/ui44563/Page_44563_1.16496045-yyy
2930: PROCEDURE handle_ancestorNode(p_old_doc_name IN VARCHAR2, p_new_doc_name IN VARCHAR2, p_chunk IN OUT NOCOPY LONG)
2931: IS
2932: BEGIN
2933: IF instr(p_chunk, 'ancestorNode="' || p_old_doc_name || '.') > 0 THEN

Line 9745: 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);

9741: )
9742: THEN
9743: -----call to this procedure made to determine if the model being published
9744: -----contains a BOM
9745: 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);
9746:
9747: --------v_bom_err_flag = 0 indicates that the model contains a single BOM
9748: --------if it contains a single BOM identify the server from where the model
9749: --------was imported