DBA Data[Home] [Help]

APPS.PAY_MAINTAIN_BANK_ACCT dependencies on FND_MESSAGE

Line 110: fnd_message.set_name('PAY', 'PAY_34070_PAY_CE_MAP_ERR');

106: close csr_chk_payroll_bank_acct;
107: -- Raising error, if the requested updation is going to break the one-to-one relationship
108: if (nvl(l_payroll_bank_account_id, -1) <> p_external_account_id) THEN
109: hr_utility.set_location(l_proc||'Raising an error ....',60);
110: fnd_message.set_name('PAY', 'PAY_34070_PAY_CE_MAP_ERR');
111: fnd_message.raise_error;
112: end if;
113: END if;
114: ELSE

Line 111: fnd_message.raise_error;

107: -- Raising error, if the requested updation is going to break the one-to-one relationship
108: if (nvl(l_payroll_bank_account_id, -1) <> p_external_account_id) THEN
109: hr_utility.set_location(l_proc||'Raising an error ....',60);
110: fnd_message.set_name('PAY', 'PAY_34070_PAY_CE_MAP_ERR');
111: fnd_message.raise_error;
112: end if;
113: END if;
114: ELSE
115: OPEN csr_chk_pre_payments_exists;

Line 125: fnd_message.set_name('PAY', 'HR_6226_PAYM_PPS_EXIST');

121: and pay_use_enable_flag = 'Y'
122: and org_id in (select business_group_id from pay_org_payment_methods_f
123: where org_payment_method_id = p_org_payment_method_id);
124: ELSE
125: fnd_message.set_name('PAY', 'HR_6226_PAYM_PPS_EXIST');
126: fnd_message.raise_error;
127: END IF;
128: CLOSE csr_chk_pre_payments_exists;
129: end if;

Line 126: fnd_message.raise_error;

122: and org_id in (select business_group_id from pay_org_payment_methods_f
123: where org_payment_method_id = p_org_payment_method_id);
124: ELSE
125: fnd_message.set_name('PAY', 'HR_6226_PAYM_PPS_EXIST');
126: fnd_message.raise_error;
127: END IF;
128: CLOSE csr_chk_pre_payments_exists;
129: end if;
130: