DBA Data[Home] [Help]

APPS.AK_FLOWS_PKG dependencies on AK_FLOW_REGION_RELATIONS

Line 495: from ak_flow_region_relations

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 *
495: from ak_flow_region_relations
496: where flow_code = p_csr_code
497: and flow_application_id = p_csr_id;
498:
499: -- Misc variables to be used

Line 857: insert into AK_FLOW_REGION_RELATIONS(

853: -- Put new code and id into record and insert into appropriate table
854: frr_rec.flow_code := p_n_code;
855: frr_rec.flow_application_id := p_n_id;
856:
857: insert into AK_FLOW_REGION_RELATIONS(
858: FLOW_APPLICATION_ID,
859: FLOW_CODE,
860: FOREIGN_KEY_NAME,
861: FROM_PAGE_APPL_ID,