DBA Data[Home] [Help]

APPS.FPA_SCENARIO_PVT dependencies on FPA_OBJECTS_TL

Line 100: 'Updating FPA_OBJECTS_TL with scenario information name not null.'

96: fnd_log.string
97: (
98: FND_LOG.LEVEL_PROCEDURE,
99: 'fpa.sql.fpa_scenario_pvt.create_scenario',
100: 'Updating FPA_OBJECTS_TL with scenario information name not null.'
101: );
102: END IF;
103:
104: if (p_scenario_name is not null) then

Line 111: 'Scenario name is not null, Updating FPA_OBJECTS_TL with scenario information name not null.'

107: fnd_log.string
108: (
109: FND_LOG.LEVEL_PROCEDURE,
110: 'fpa.sql.fpa_scenario_pvt.create_scenario',
111: 'Scenario name is not null, Updating FPA_OBJECTS_TL with scenario information name not null.'
112: );
113: END IF;
114:
115: -- Open the cursor and insert scenario, name and description for each language code

Line 120: INSERT INTO FPA_OBJECTS_TL( object

116: OPEN l_language_csr;
117: LOOP
118: FETCH l_language_csr INTO l_language;
119: EXIT WHEN l_language_csr%NOTFOUND;
120: INSERT INTO FPA_OBJECTS_TL( object
121: ,id
122: ,name
123: ,description
124: ,LANGUAGE