DBA Data[Home] [Help]

APPS.OKC_RDS_PVT dependencies on OKC_RLD_PVT

Line 500: p_appl_id := okc_rld_pvt.get_appl_id(p_rdsv_rec.rgr_rdf_code);

496: RAISE G_EXCEPTION_HALT_VALIDATION;
497: END IF;
498:
499: -- /striping/
500: p_appl_id := okc_rld_pvt.get_appl_id(p_rdsv_rec.rgr_rdf_code);
501: p_dff_name := okc_rld_pvt.get_dff_name(p_rdsv_rec.rgr_rdf_code);
502:
503: -- Check that the rule supports an integration foreign key
504: -- for the rule type and object number

Line 501: p_dff_name := okc_rld_pvt.get_dff_name(p_rdsv_rec.rgr_rdf_code);

497: END IF;
498:
499: -- /striping/
500: p_appl_id := okc_rld_pvt.get_appl_id(p_rdsv_rec.rgr_rdf_code);
501: p_dff_name := okc_rld_pvt.get_dff_name(p_rdsv_rec.rgr_rdf_code);
502:
503: -- Check that the rule supports an integration foreign key
504: -- for the rule type and object number
505: OPEN l_dfcu_csr(p_appl_id, p_dff_name);