DBA Data[Home] [Help]

APPS.PA_PROJECT_STRUCTURE_PVT1 dependencies on PA_PAGE_CONTENTS

Line 12772: PA_PAGE_CONTENTS_PUB.CREATE_PAGE_CONTENTS(

12768: CLOSE get_lookup_meaning;
12769: --done getting header and prompt
12770:
12771: --create record in pa_page_layouts
12772: PA_PAGE_CONTENTS_PUB.CREATE_PAGE_CONTENTS(
12773: p_init_msg_list => fnd_api.g_false
12774: ,p_validate_only => fnd_api.g_false
12775: ,p_object_type => 'PA_STRUCTURES'
12776: ,p_pk1_value => p_structure_version_id

Line 12791: from pa_page_contents

12787:
12788: --create notification page
12789: select page_content
12790: into l_clob
12791: from pa_page_contents
12792: where page_content_id = x_page_content_id for update;
12793:
12794: --print title
12795: l_text := '
';