DBA Data[Home] [Help]

APPS.PA_RBS_ASGMT_PVT dependencies on PA_RBS_UTILS

Line 133: PA_RBS_UTILS.get_max_rbs_frozen_version(p_rbs_header_id);

129: * Use that else call the API x and get the Version ID.
130: * **************************************************/
131: -- IF p_rbs_version_id IS NULL THEN -- for bug 7376494
132: l_rbs_version_id :=
133: PA_RBS_UTILS.get_max_rbs_frozen_version(p_rbs_header_id);
134: -- ELSE -- bug 7376494
135: /********************************************
136: * Check if the version ID passed corresponds to the
137: * header_id passed.

Line 657: * PA_RBS_UTILS.get_max_rbs_frozen_version passing the

653: END IF;
654: /*******************************************************
655: * If no value is passed for the p_rbs_version_id parameter
656: * then derive it, with a call to function
657: * PA_RBS_UTILS.get_max_rbs_frozen_version passing the
658: * rbs_header_id value.
659: ******************************************************/
660: IF p_rbs_version_id IS NULL THEN
661: l_rbs_version_id :=

Line 662: PA_RBS_UTILS.get_max_rbs_frozen_version(p_rbs_header_id);

658: * rbs_header_id value.
659: ******************************************************/
660: IF p_rbs_version_id IS NULL THEN
661: l_rbs_version_id :=
662: PA_RBS_UTILS.get_max_rbs_frozen_version(p_rbs_header_id);
663: ELSE
664: /*******************************************************
665: * Do a check to determine that the version ID passed in
666: * corr to the header ID passed in.