DBA Data[Home] [Help]

APPS.BEN_PLAN_DESIGN_TXNS_API dependencies on HR_GENERAL

Line 5456: ben_batch_utils.write('Validate :'||hr_general.decode_lookup ('BEN_DB_UPD_MD',p_validate));

5452: l_retain_log := p_retain_log;
5453: --
5454: ben_batch_utils.write(' ');
5455: ben_batch_utils.write('Input Parameters are :-');
5456: ben_batch_utils.write('Validate :'||hr_general.decode_lookup ('BEN_DB_UPD_MD',p_validate));
5457: ben_batch_utils.write('Process Id :'||p_process_id);
5458: ben_batch_utils.write('Effective Date :'||l_effective_date);
5459: ben_batch_utils.write('Status :'||hr_general.decode_lookup ('BEN_PD_STATUS',p_status));
5460: ben_batch_utils.write('Transaction short Name :'||p_transaction_short_name);

Line 5459: ben_batch_utils.write('Status :'||hr_general.decode_lookup ('BEN_PD_STATUS',p_status));

5455: ben_batch_utils.write('Input Parameters are :-');
5456: ben_batch_utils.write('Validate :'||hr_general.decode_lookup ('BEN_DB_UPD_MD',p_validate));
5457: ben_batch_utils.write('Process Id :'||p_process_id);
5458: ben_batch_utils.write('Effective Date :'||l_effective_date);
5459: ben_batch_utils.write('Status :'||hr_general.decode_lookup ('BEN_PD_STATUS',p_status));
5460: ben_batch_utils.write('Transaction short Name :'||p_transaction_short_name);
5461: ben_batch_utils.write('Retain Log :'||p_retain_log);
5462: ben_batch_utils.write('Business Group Id :'||p_business_group_id);
5463: ben_batch_utils.write(' ');