DBA Data[Home] [Help]

APPS.AK_FLOWS_PKG dependencies on AK_FLOW_PAGE_REGIONS

Line 485: from ak_flow_page_regions

481: where flow_code = p_csr_code
482: and flow_application_id = p_csr_id;
483: cursor fpr_csr (p_csr_code IN VARCHAR2, p_csr_id IN NUMBER) is
484: select *
485: from ak_flow_page_regions
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 *

Line 705: insert into AK_FLOW_PAGE_REGIONS (

701: -- Put new code and id into record and insert into appropriate table
702: fpr_rec.flow_code := p_n_code;
703: fpr_rec.flow_application_id := p_n_id;
704:
705: insert into AK_FLOW_PAGE_REGIONS (
706: FLOW_APPLICATION_ID,
707: FLOW_CODE,
708: PAGE_APPLICATION_ID,
709: PAGE_CODE,