DBA Data[Home] [Help]

APPS.IBC_CTYPE_PVT dependencies on IBC_ATTRIBUTE_TYPES_PKG

Line 646: Ibc_Attribute_Types_Pkg.insert_row (

642: END IF;
643:
644:
645:
646: Ibc_Attribute_Types_Pkg.insert_row (
647: x_rowid =>lx_rowid,
648: p_attribute_type_code =>l_attribute_type_rec.attribute_type_code,
649: p_content_type_code =>l_attribute_type_rec.content_type_code,
650: p_data_type_code =>l_attribute_type_rec.data_type_code,

Line 1060: Ibc_Attribute_Types_Pkg.delete_rows (

1056: -- If a Content Type does not have any attributes. Don't
1057: -- give Error
1058: --
1059: BEGIN
1060: Ibc_Attribute_Types_Pkg.delete_rows (
1061: p_content_type_code =>p_content_type_code
1062: );
1063: EXCEPTION WHEN NO_DATA_FOUND THEN
1064: NULL;

Line 1352: Ibc_Attribute_Types_Pkg.Update_row (

1348:
1349:
1350: -- End Validation for Attribute Type Record
1351:
1352: Ibc_Attribute_Types_Pkg.Update_row (
1353: p_attribute_type_code =>l_attribute_type_rec.attribute_type_code,
1354: p_content_type_code =>l_attribute_type_rec.content_type_code,
1355: p_data_type_code =>l_attribute_type_rec.data_type_code,
1356: p_data_length =>l_attribute_type_rec.data_length,

Line 1439: Ibc_Attribute_Types_Pkg.delete_row (

1435: RAISE Fnd_Api.G_EXC_ERROR;
1436: END IF;
1437:
1438:
1439: Ibc_Attribute_Types_Pkg.delete_row (
1440: p_attribute_type_code =>l_attribute_type_rec.attribute_type_code,
1441: p_content_type_code =>l_attribute_type_rec.content_type_code
1442: );
1443: