DBA Data[Home] [Help]

APPS.IBC_ASSOCIATION_TYPES_PVT dependencies on IBC_ASSOCIATION_TYPES_PKG

Line 229: Ibc_Association_Types_Pkg.insert_row (

225: RAISE FND_API.G_EXC_ERROR;
226: END IF;
227:
228:
229: Ibc_Association_Types_Pkg.insert_row (
230: x_rowid => lx_rowid,
231: p_ASSOCIATION_TYPE_CODE => l_association_type_rec.ASSOCIATION_TYPE_CODE,
232: p_ASSOCIATION_TYPE_NAME => l_association_type_rec.ASSOCIATION_TYPE_NAME,
233: p_CALL_BACK_PKG => l_association_type_rec.CALL_BACK_PKG,

Line 642: Ibc_Association_Types_Pkg.delete_row (

638: --
639: -- Table Handler to Delete Row from IBC_Association_TYPES
640: --
641:
642: Ibc_Association_Types_Pkg.delete_row (
643: p_Association_type_code =>p_Association_type_code
644: );
645:
646:

Line 647: Ibc_Association_Types_Pkg.DELETE_ROW (

643: p_Association_type_code =>p_Association_type_code
644: );
645:
646:
647: Ibc_Association_Types_Pkg.DELETE_ROW (
648: p_Association_TYPE_CODE =>p_Association_TYPE_CODE);
649:
650:
651: IF x_return_status<>FND_API.G_RET_STS_SUCCESS THEN

Line 796: Ibc_Association_Types_Pkg.Update_row (

792:
793:
794: -- End Validation for Association Type Record
795:
796: Ibc_Association_Types_Pkg.Update_row (
797: p_ASSOCIATION_TYPE_CODE => l_association_type_rec.ASSOCIATION_TYPE_CODE,
798: p_ASSOCIATION_TYPE_NAME => l_association_type_rec.ASSOCIATION_TYPE_NAME,
799: p_CALL_BACK_PKG => l_association_type_rec.CALL_BACK_PKG,
800: p_DESCRIPTION => l_association_type_rec.DESCRIPTION,

Line 879: Ibc_Association_Types_Pkg.delete_row (

875: END IF;
876:
877: -- End Validation for Association Type Record
878:
879: Ibc_Association_Types_Pkg.delete_row (
880: p_Association_type_code =>l_Association_type_rec.Association_type_code);
881:
882: END delete_Association_type;
883: