DBA Data[Home] [Help]

APPS.AK_FLOWS_PKG dependencies on AK_FLOW_PAGE_REGION_ITEMS

Line 490: from ak_flow_page_region_items

486: where flow_code = p_csr_code
487: and flow_application_id = p_csr_id;
488: cursor fpri_csr (p_csr_code IN VARCHAR2, p_csr_id IN NUMBER) is
489: select *
490: from ak_flow_page_region_items
491: where flow_code = p_csr_code
492: and flow_application_id = p_csr_id;
493: cursor frr_csr (p_csr_code IN VARCHAR2, p_csr_id IN NUMBER) is
494: select *

Line 781: insert into AK_FLOW_PAGE_REGION_ITEMS (

777: -- Put new code and id into record and insert into appropriate table
778: fpri_rec.flow_code := p_n_code;
779: fpri_rec.flow_application_id := p_n_id;
780:
781: insert into AK_FLOW_PAGE_REGION_ITEMS (
782: FLOW_APPLICATION_ID,
783: FLOW_CODE,
784: PAGE_APPLICATION_ID,
785: PAGE_CODE,