DBA Data[Home] [Help]

APPS.PER_RI_CONFIGURATION_API dependencies on PER_CNF_INS

Line 47: per_cnf_ins.set_base_key_value (p_configuration_code => p_configuration_code );

43: --
44: Savepoint create_configuration;
45: --
46: hr_utility.set_location(l_proc, 15);
47: per_cnf_ins.set_base_key_value (p_configuration_code => p_configuration_code );
48: --
49: -- All date input parameters must be truncated to remove time elements
50: --
51: l_effective_date := trunc (p_effective_date);

Line 66: per_cnf_ins.ins

62:
63: -- Process Logic
64: --
65: -- Insert non-translatable rows into PER_RI_configurationS first
66: per_cnf_ins.ins
67: (p_effective_date => l_effective_date
68: ,p_configuration_code => p_configuration_code
69: ,p_configuration_type => p_configuration_type
70: ,p_configuration_status => p_configuration_status