DBA Data[Home] [Help]

APPS.AMS_ADI_PRETTY_URL_PVT dependencies on AMS_PRETTY_URL_PVT

Line 37: l_pretty_url_rec AMS_PRETTY_URL_PVT.pretty_url_rec_type;

33: x_msg_data varchar2,
34: x_return_status out nocopy varchar2
35: )
36: IS
37: l_pretty_url_rec AMS_PRETTY_URL_PVT.pretty_url_rec_type;
38: l_system_url_rec AMS_System_Pretty_Url_PVT.system_pretty_url_rec_type;
39: l_pretty_url_assoc AMS_Prty_Url_Assoc_PVT.prty_url_assoc_rec_type;
40:
41: l_pretty_url_id number;

Line 52: AMS_PRETTY_URL_PVT.Create_Pretty_Url(

48:
49: BEGIN
50: -- Create Pretty URL
51: l_pretty_url_rec.landing_page_url := p_pretty_url;
52: AMS_PRETTY_URL_PVT.Create_Pretty_Url(
53: p_api_version_number => 1.0,
54: x_return_status => l_return_status,
55: x_msg_count => l_msg_count,
56: x_msg_data => l_msg_data,