DBA Data[Home] [Help]

APPS.AMS_PARTY_MKT_SEG_LOADER_PVT dependencies on AMS_CELL_PVT

Line 1986: -- 06/20/2001 yxliu moved from package AMS_Cell_PVT

1982: --
1983: --
1984: -- History
1985: -- 04/09/2001 yxliu created
1986: -- 06/20/2001 yxliu moved from package AMS_Cell_PVT
1987: ------------------------------------------------------------------------------
1988:
1989: PROCEDURE Refresh_Segment_Size
1990: ( errbuf OUT NOCOPY VARCHAR2,

Line 2001: AMS_Cell_PVT.Update_Segment_Size

1997: l_msg_data VARCHAR2(2000);
1998: BEGIN
1999: FND_MSG_PUB.initialize;
2000: -- Call the procedure to refresh Segment size
2001: AMS_Cell_PVT.Update_Segment_Size
2002: ( p_cell_id => p_cell_id,
2003: x_return_status => l_return_status,
2004: x_msg_count => l_msg_count,
2005: x_msg_data => l_msg_data);