DBA Data[Home] [Help]

APPS.PV_ATTRIBUTE_PVT dependencies on PV_ATTRIBUTE_PKG

Line 193: -- Invoke table handler(PV_ATTRIBUTE_PKG.Insert_Row)

189:
190: -- Debug Message
191: PVX_UTILITY_PVT.debug_message( 'Private API: Calling create table handler');
192:
193: -- Invoke table handler(PV_ATTRIBUTE_PKG.Insert_Row)
194: PV_ATTRIBUTE_PKG.Insert_Row(
195: px_attribute_id => l_attribute_rec.attribute_id,
196: p_last_update_date => l_attribute_rec.last_update_date,
197: p_last_updated_by => l_attribute_rec.last_updated_by,

Line 194: PV_ATTRIBUTE_PKG.Insert_Row(

190: -- Debug Message
191: PVX_UTILITY_PVT.debug_message( 'Private API: Calling create table handler');
192:
193: -- Invoke table handler(PV_ATTRIBUTE_PKG.Insert_Row)
194: PV_ATTRIBUTE_PKG.Insert_Row(
195: px_attribute_id => l_attribute_rec.attribute_id,
196: p_last_update_date => l_attribute_rec.last_update_date,
197: p_last_updated_by => l_attribute_rec.last_updated_by,
198: p_creation_date => l_attribute_rec.creation_date,

Line 700: -- Invoke table handler(PV_ATTRIBUTE_PKG.Update_Row)

696: END IF;
697:
698: --DBMS_output.put_line('Before update_row');
699:
700: -- Invoke table handler(PV_ATTRIBUTE_PKG.Update_Row)
701: PV_ATTRIBUTE_PKG.Update_Row(
702: p_attribute_id => p_attribute_rec.attribute_id,
703: p_last_update_date => SYSDATE,
704: p_last_updated_by => G_USER_ID,

Line 701: PV_ATTRIBUTE_PKG.Update_Row(

697:
698: --DBMS_output.put_line('Before update_row');
699:
700: -- Invoke table handler(PV_ATTRIBUTE_PKG.Update_Row)
701: PV_ATTRIBUTE_PKG.Update_Row(
702: p_attribute_id => p_attribute_rec.attribute_id,
703: p_last_update_date => SYSDATE,
704: p_last_updated_by => G_USER_ID,
705: --p_creation_date => SYSDATE,

Line 1145: -- Invoke table handler(PV_ATTRIBUTE_PKG.Delete_Row)

1141: ,p_object_version_number=> p_object_version_number
1142: );
1143: end loop;
1144:
1145: -- Invoke table handler(PV_ATTRIBUTE_PKG.Delete_Row)
1146:
1147: PV_ATTRIBUTE_PKG.Delete_Row(
1148: p_ATTRIBUTE_ID => p_ATTRIBUTE_ID);
1149: --

Line 1147: PV_ATTRIBUTE_PKG.Delete_Row(

1143: end loop;
1144:
1145: -- Invoke table handler(PV_ATTRIBUTE_PKG.Delete_Row)
1146:
1147: PV_ATTRIBUTE_PKG.Delete_Row(
1148: p_ATTRIBUTE_ID => p_ATTRIBUTE_ID);
1149: --
1150: -- End of API body
1151: --