DBA Data[Home] [Help]

APPS.AMS_LIST_MAINT_PVT dependencies on AMS_LISTHEADER_PVT

Line 22: g_listheader_rec AMS_LISTHEADER_PVT.list_header_rec_type;

18:
19: ----------------------------------------------------------------------------
20: --This Variable stores a record from the AMS_LIST_HEADERS_ALL table. --
21: ----------------------------------------------------------------------------
22: g_listheader_rec AMS_LISTHEADER_PVT.list_header_rec_type;
23:
24: ----------------------------------------------------------------------------
25: --This Variable stores a record from the AMS_LIST_SELECT_ACTIONS table. --
26: ----------------------------------------------------------------------------

Line 663: x_listheader_rec OUT NOCOPY AMS_LISTHEADER_PVT.list_header_rec_type) IS

659: p_list_type IN VARCHAR2 := NULL,
660: p_copy_option IN VARCHAR2 :='A',
661: p_repeat_option IN VARCHAR2 :='R',
662: x_list_id OUT NOCOPY NUMBER,
663: x_listheader_rec OUT NOCOPY AMS_LISTHEADER_PVT.list_header_rec_type) IS
664:
665: l_api_name CONSTANT VARCHAR2(30) := 'COPY_LIST';
666: l_api_version CONSTANT NUMBER := 1.0;
667:

Line 980: AMS_ListHeader_PVT.Create_ListHeader(

976:
977: ------------------------------------------------------------------------
978: --Creating a new List Header. --
979: ------------------------------------------------------------------------
980: AMS_ListHeader_PVT.Create_ListHeader(
981: p_api_version => 1.0,
982: x_return_status => l_return_status,
983: x_msg_count => l_msg_count,
984: x_msg_data => l_msg_data,