DBA Data[Home] [Help]

APPS.FUN_NET_CONC_PROG_PKG dependencies on HR_OPERATING_UNITS

Line 197: l_org_name hr_operating_units.name%TYPE;

193: l_batch_id NUMBER;
194: l_allow_disc_flag fun_net_agreements_all.ALLOW_DISC_FLAG%TYPE;
195: l_transaction_due_date VARCHAR2(30);
196: l_agreement_name fun_net_agreements_all.agreement_name%TYPE;
197: l_org_name hr_operating_units.name%TYPE;
198: l_batch_currency fun_net_batches_all.batch_currency%TYPE;
199: l_batch_name fun_net_batches_all.batch_name%TYPE;
200: l_batch_status fun_net_batches_all.batch_status_code%TYPE;
201:

Line 207: from hr_operating_units hr

203: fun_net_util.log_string(1,'fun_net_conc_prog_pkg.Generate_Netting_Batch','Begin');
204:
205: select hr.name
206: into l_org_name
207: from hr_operating_units hr
208: where hr.organization_id = p_org_id;
209:
210: fun_net_util.log_string(1,'fun_net_conc_prog_pkg.Generate_Netting_Batch', 'p_org_id :'||p_org_id);
211: