DBA Data[Home] [Help]

APPS.CZ_UIOA_PVT dependencies on CZ_UI_ACTIONS_S

Line 732: SELECT CZ_UI_ACTIONS_S.nextval INTO g_currentUIAction FROM dual;

728:
729: SELECT CZ_UI_PAGE_SETS_S.nextval INTO g_currentPageSet FROM dual;
730: g_currPageSetSeqVal := g_currentPageSet;
731:
732: SELECT CZ_UI_ACTIONS_S.nextval INTO g_currentUIAction FROM dual;
733: g_currUIActionSeqVal := g_currentUIAction;
734:
735: END Initialize_Sequences;
736:

Line 1044: ELSIF p_sequence_name='CZ_UI_ACTIONS_S' THEN

1040: SELECT CZ_UI_PAGE_SETS_S.nextval INTO g_currPageSetSeqVal FROM dual;
1041: g_currentPageSet := g_currPageSetSeqVal;
1042: END IF;
1043: RETURN g_currentPageSet;
1044: ELSIF p_sequence_name='CZ_UI_ACTIONS_S' THEN
1045: IF g_currentUIAction 1046: g_currentUIAction := g_currentUIAction+1;
1047: ELSE
1048: SELECT CZ_UI_ACTIONS_S.nextval INTO g_currUIActionSeqVal FROM dual;

Line 1048: SELECT CZ_UI_ACTIONS_S.nextval INTO g_currUIActionSeqVal FROM dual;

1044: ELSIF p_sequence_name='CZ_UI_ACTIONS_S' THEN
1045: IF g_currentUIAction 1046: g_currentUIAction := g_currentUIAction+1;
1047: ELSE
1048: SELECT CZ_UI_ACTIONS_S.nextval INTO g_currUIActionSeqVal FROM dual;
1049: g_currentUIAction := g_currUIActionSeqVal;
1050: END IF;
1051: RETURN g_currentUIAction;
1052: ELSIF p_sequence_name='CZ_INTL_TEXTS_S' THEN

Line 5504: l_new_action_id := allocateId('CZ_UI_ACTIONS_S');

5500: NVL(source_page_id,0)=NVL(p_source_ui_page_id,0)
5501: AND seeded_flag=G_NO_FLAG)
5502: LOOP
5503:
5504: l_new_action_id := allocateId('CZ_UI_ACTIONS_S');
5505:
5506: IF i.target_persistent_node_id IS NOT NULL THEN
5507: l_new_target_node_path := get_Runtime_Relative_Path(p_model_id => l_ui_def_node.devl_project_id,
5508: p_persistent_node_id => i.target_persistent_node_id,

Line 5789: l_new_action_id := allocateId('CZ_UI_ACTIONS_S');

5785: source_page_id=0 AND
5786: seeded_flag=G_NO_FLAG)
5787: LOOP
5788:
5789: l_new_action_id := allocateId('CZ_UI_ACTIONS_S');
5790:
5791: INSERT INTO CZ_UI_ACTIONS
5792: (
5793: UI_ACTION_ID

Line 9113: l_ui_action_id := allocateId('CZ_UI_ACTIONS_S');

9109: g_DRILLDOWN_B_SIGNATURE_ID,
9110: l_name,
9111: G_MARK_TO_ADD);
9112:
9113: l_ui_action_id := allocateId('CZ_UI_ACTIONS_S');
9114:
9115: INSERT INTO CZ_UI_ACTIONS
9116: (
9117: ui_action_id

Line 9281: l_ui_action_id := allocateId('CZ_UI_ACTIONS_S');

9277: g_DRILLDOWN_B_SIGNATURE_ID,
9278: 'Button - '||i.data_value,
9279: G_MARK_TO_ADD);
9280:
9281: l_ui_action_id := allocateId('CZ_UI_ACTIONS_S');
9282:
9283: INSERT INTO CZ_UI_ACTIONS
9284: (
9285: ui_action_id

Line 9498: l_ui_action_id := allocateId('CZ_UI_ACTIONS_S');

9494: g_DRILLDOWN_B_SIGNATURE_ID,
9495: G_DRILLDOWN_TEMPLATE_NAME||' - '||l_element_id,
9496: G_MARK_TO_ADD);
9497:
9498: l_ui_action_id := allocateId('CZ_UI_ACTIONS_S');
9499:
9500: INSERT INTO CZ_UI_ACTIONS
9501: (
9502: ui_action_id

Line 10000: l_ui_action_id := allocateId('CZ_UI_ACTIONS_S');

9996: l_ui_node_name,
9997: g_DRILLDOWN_ELEM_SIGNATURE_ID,
9998: G_MARK_TO_ADD);
9999:
10000: l_ui_action_id := allocateId('CZ_UI_ACTIONS_S');
10001: INSERT INTO CZ_UI_ACTIONS
10002: (ui_action_id,
10003: ui_def_id,
10004: source_page_id,

Line 11061: l_ui_action_id := allocateId('CZ_UI_ACTIONS_S');

11057: WHEN OTHERS THEN
11058: NULL;
11059: END;
11060:
11061: l_ui_action_id := allocateId('CZ_UI_ACTIONS_S');
11062: INSERT INTO CZ_UI_ACTIONS
11063: (ui_action_id,
11064: ui_def_id,
11065: source_page_id,

Line 20813: g_UIActionINCREMENT := get_Seq_Inc('CZ_UI_ACTIONS_S', l_oracle_schema);

20809: g_UINodeINCREMENT := get_Seq_Inc('CZ_UI_PAGE_ELEMENTS_S', l_oracle_schema);
20810: g_PageRefINCREMENT := get_Seq_Inc('CZ_UI_PAGE_REFS_S', l_oracle_schema);
20811: g_PageINCREMENT := get_Seq_Inc('CZ_UI_PAGES_S', l_oracle_schema);
20812: g_PageSetINCREMENT := get_Seq_Inc('CZ_UI_PAGE_SETS_S', l_oracle_schema);
20813: g_UIActionINCREMENT := get_Seq_Inc('CZ_UI_ACTIONS_S', l_oracle_schema);
20814:
20815: SELECT template_name
20816: INTO G_DRILLDOWN_TEMPLATE_NAME
20817: FROM CZ_UI_TEMPLATES