DBA Data[Home] [Help]

APPS.HRBISORGPARAMS dependencies on HRBISORGPARAMS

Line 1: package body HrBisOrgParams as

1: package body HrBisOrgParams as
2: /* $Header: hrbistab.pkb 115.11 2004/06/16 06:07:00 prasharm ship $ */
3: --
4: -- Declare Package Globals
5: --

Line 25: 'HrBisOrgParams - Failed on Commit statement in CommitCount procedure: ');

21: COMMIT;
22: exception
23: when others then
24: fnd_file.put_line(fnd_file.log,
25: 'HrBisOrgParams - Failed on Commit statement in CommitCount procedure: ');
26: fnd_file.put_line(fnd_file.log,sqlerrm||' '||sqlcode);
27: end;
28:
29:

Line 382: 'HrBisOrgParams - Failed on insert into hri_org_params table: ');

378: when others then
379: fnd_file.put_line(fnd_file.log,
380: '----------------------------------------------------------- ');
381: fnd_file.put_line(fnd_file.log,
382: 'HrBisOrgParams - Failed on insert into hri_org_params table: ');
383: fnd_file.put_line(fnd_file.log,sqlerrm||' '||sqlcode);
384: fnd_file.put_line(fnd_file.log,'org_param_id = '|| l_org_param_id);
385: fnd_file.put_line(fnd_file.log,'organization_structure_id = '
386: || p_organization_structure_id);

Line 456: 'HrBisOrgParams - Failed on insert into hri_org_param_list table: ');

452: when others then
453: fnd_file.put_line(fnd_file.log,
454: '----------------------------------------------------------- ');
455: fnd_file.put_line(fnd_file.log,
456: 'HrBisOrgParams - Failed on insert into hri_org_param_list table: ');
457: fnd_file.put_line(fnd_file.log,sqlerrm||' '||sqlcode);
458: fnd_file.put_line(fnd_file.log,'org_param_id = ' || l_org_param_id);
459: fnd_file.put_line(fnd_file.log,'organization_id_group = ' ||
460: r_child.organization_id_group);

Line 837: end HrBisOrgParams;

833:
834: end OrgInHierarchy;
835:
836: ----------------------------------------------------------------------------------------------
837: end HrBisOrgParams;