DBA Data[Home] [Help]

APPS.PA_TASK_WORKFLOW_PKG dependencies on PA_PAGE_CONTENTS_PUB

Line 564: log_message('Before calling PA_PAGE_CONTENTS_PUB.create_page_contents' ,3);

560:
561: log_message('Creating the page content' ,3);
562:
563: -- Creating new page content in pa_page_contents.
564: log_message('Before calling PA_PAGE_CONTENTS_PUB.create_page_contents' ,3);
565: PA_PAGE_CONTENTS_PUB.Create_Page_Contents(p_init_msg_list => fnd_api.g_false
566: ,p_validate_only => fnd_api.g_false
567: ,p_object_type => 'PA_TASK_APPROVAL_WF'
568: ,p_pk1_value => p_task_id

Line 565: PA_PAGE_CONTENTS_PUB.Create_Page_Contents(p_init_msg_list => fnd_api.g_false

561: log_message('Creating the page content' ,3);
562:
563: -- Creating new page content in pa_page_contents.
564: log_message('Before calling PA_PAGE_CONTENTS_PUB.create_page_contents' ,3);
565: PA_PAGE_CONTENTS_PUB.Create_Page_Contents(p_init_msg_list => fnd_api.g_false
566: ,p_validate_only => fnd_api.g_false
567: ,p_object_type => 'PA_TASK_APPROVAL_WF'
568: ,p_pk1_value => p_task_id
569: ,p_pk2_value => NULL