DBA Data[Home] [Help]

APPS.PER_SBT_BUS dependencies on PER_QUA_BUS

Line 23: -- per_qua_bus.set_security_group_id (it would be better to call

19: -- ---------------------------------------------------------------------------
20: -- PF - The base table does not have a business group ID, but it does
21: -- call the qualifications set_business_group_id. We therefore need to
22: -- derive the qualification_id from the base table, so we can call
23: -- per_qua_bus.set_security_group_id (it would be better to call
24: -- per_sbt_bus.set_secutity_group_id, but that does not exist...)
25: --
26: Procedure set_security_group_id
27: (p_subjects_taken_id in number

Line 76: -- PF - Now set the security group via per_qua_bus.set_security_group_id

72: --
73: else
74: close csr_qua_id;
75: --
76: -- PF - Now set the security group via per_qua_bus.set_security_group_id
77: --
78: -- Set the security_group_id in CLIENT_INFO
79: --
80: per_qua_bus.set_security_group_id

Line 80: per_qua_bus.set_security_group_id

76: -- PF - Now set the security group via per_qua_bus.set_security_group_id
77: --
78: -- Set the security_group_id in CLIENT_INFO
79: --
80: per_qua_bus.set_security_group_id
81: ( p_qualification_id => l_qualification_id
82: );
83: end if;
84: --