DBA Data[Home] [Help]

APPS.CZ_UIOA_PVT dependencies on CZ_UI_ACTIONS_S

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

734:
735: SELECT CZ_UI_PAGE_SETS_S.nextval INTO g_currentPageSet FROM dual;
736: g_currPageSetSeqVal := g_currentPageSet;
737:
738: SELECT CZ_UI_ACTIONS_S.nextval INTO g_currentUIAction FROM dual;
739: g_currUIActionSeqVal := g_currentUIAction;
740:
741: END Initialize_Sequences;
742:

Line 1050: ELSIF p_sequence_name='CZ_UI_ACTIONS_S' THEN

1046: SELECT CZ_UI_PAGE_SETS_S.nextval INTO g_currPageSetSeqVal FROM dual;
1047: g_currentPageSet := g_currPageSetSeqVal;
1048: END IF;
1049: RETURN g_currentPageSet;
1050: ELSIF p_sequence_name='CZ_UI_ACTIONS_S' THEN
1051: IF g_currentUIAction 1052: g_currentUIAction := g_currentUIAction+1;
1053: ELSE
1054: SELECT CZ_UI_ACTIONS_S.nextval INTO g_currUIActionSeqVal FROM dual;

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

1050: ELSIF p_sequence_name='CZ_UI_ACTIONS_S' THEN
1051: IF g_currentUIAction 1052: g_currentUIAction := g_currentUIAction+1;
1053: ELSE
1054: SELECT CZ_UI_ACTIONS_S.nextval INTO g_currUIActionSeqVal FROM dual;
1055: g_currentUIAction := g_currUIActionSeqVal;
1056: END IF;
1057: RETURN g_currentUIAction;
1058: ELSIF p_sequence_name='CZ_INTL_TEXTS_S' THEN

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

5687: NVL(source_page_id,0)=NVL(p_source_ui_page_id,0)
5688: AND seeded_flag=G_NO_FLAG)
5689: LOOP
5690:
5691: l_new_action_id := allocateId('CZ_UI_ACTIONS_S');
5692:
5693: IF i.target_persistent_node_id IS NOT NULL THEN
5694: -- If the IL AMN is passed in, then use that else use the AMN on the page. IL AMN will be passed
5695: -- when the caller needs the paths in actions to start from a node different

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

6028: source_page_id=0 AND
6029: seeded_flag=G_NO_FLAG)
6030: LOOP
6031:
6032: l_new_action_id := allocateId('CZ_UI_ACTIONS_S');
6033:
6034: INSERT INTO CZ_UI_ACTIONS
6035: (
6036: UI_ACTION_ID

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

9574: g_DRILLDOWN_B_SIGNATURE_ID,
9575: l_name,
9576: G_MARK_TO_ADD);
9577:
9578: l_ui_action_id := allocateId('CZ_UI_ACTIONS_S');
9579:
9580: INSERT INTO CZ_UI_ACTIONS
9581: (
9582: ui_action_id

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

9747: g_DRILLDOWN_B_SIGNATURE_ID,
9748: 'Button - '||i.data_value,
9749: G_MARK_TO_ADD);
9750:
9751: l_ui_action_id := allocateId('CZ_UI_ACTIONS_S');
9752:
9753: INSERT INTO CZ_UI_ACTIONS
9754: (
9755: ui_action_id

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

9968: g_DRILLDOWN_B_SIGNATURE_ID,
9969: G_DRILLDOWN_TEMPLATE_NAME||' - '||l_element_id,
9970: G_MARK_TO_ADD);
9971:
9972: l_ui_action_id := allocateId('CZ_UI_ACTIONS_S');
9973:
9974: INSERT INTO CZ_UI_ACTIONS
9975: (
9976: ui_action_id

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

10470: l_ui_node_name,
10471: g_DRILLDOWN_ELEM_SIGNATURE_ID,
10472: G_MARK_TO_ADD);
10473:
10474: l_ui_action_id := allocateId('CZ_UI_ACTIONS_S');
10475: INSERT INTO CZ_UI_ACTIONS
10476: (ui_action_id,
10477: ui_def_id,
10478: source_page_id,

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

11536: WHEN OTHERS THEN
11537: NULL;
11538: END;
11539:
11540: l_ui_action_id := allocateId('CZ_UI_ACTIONS_S');
11541: INSERT INTO CZ_UI_ACTIONS
11542: (ui_action_id,
11543: ui_def_id,
11544: source_page_id,

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

21925: g_UINodeINCREMENT := get_Seq_Inc('CZ_UI_PAGE_ELEMENTS_S', l_oracle_schema);
21926: g_PageRefINCREMENT := get_Seq_Inc('CZ_UI_PAGE_REFS_S', l_oracle_schema);
21927: g_PageINCREMENT := get_Seq_Inc('CZ_UI_PAGES_S', l_oracle_schema);
21928: g_PageSetINCREMENT := get_Seq_Inc('CZ_UI_PAGE_SETS_S', l_oracle_schema);
21929: g_UIActionINCREMENT := get_Seq_Inc('CZ_UI_ACTIONS_S', l_oracle_schema);
21930:
21931: SELECT template_name
21932: INTO G_DRILLDOWN_TEMPLATE_NAME
21933: FROM CZ_UI_TEMPLATES