DBA Data[Home] [Help]

APPS.PQH_CEI_BUS dependencies on PQH_CEI_BUS

Line 1: Package Body pqh_cei_bus as

1: Package Body pqh_cei_bus as
2: /* $Header: pqceirhi.pkb 115.6 2002/12/05 19:31:08 rpasapul noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' pqh_cei_bus.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pqh_cei_bus.'; -- Global package name
9: --
10: -- The following two global variables are only to be
11: -- used by the return_legislation_code function.
12: --

Line 513: if ( nvl(pqh_cei_bus.g_corps_extra_info_id, hr_api.g_number)

509: ,p_argument => 'corps_extra_info_id'
510: ,p_argument_value => p_corps_extra_info_id
511: );
512: --
513: if ( nvl(pqh_cei_bus.g_corps_extra_info_id, hr_api.g_number)
514: = p_corps_extra_info_id) then
515: --
516: -- The legislation code has already been found with a previous
517: -- call to this function. Just return the value in the global

Line 520: l_legislation_code := pqh_cei_bus.g_legislation_code;

516: -- The legislation code has already been found with a previous
517: -- call to this function. Just return the value in the global
518: -- variable.
519: --
520: l_legislation_code := pqh_cei_bus.g_legislation_code;
521: hr_utility.set_location(l_proc, 20);
522: else
523: --
524: -- The ID is different to the last call to this function

Line 544: pqh_cei_bus.g_corps_extra_info_id := p_corps_extra_info_id;

540: -- Set the global variables so the values are
541: -- available for the next call to this function.
542: --
543: close csr_leg_code;
544: pqh_cei_bus.g_corps_extra_info_id := p_corps_extra_info_id;
545: pqh_cei_bus.g_legislation_code := l_legislation_code;
546: end if;
547: hr_utility.set_location(' Leaving:'|| l_proc, 40);
548: return l_legislation_code;

Line 545: pqh_cei_bus.g_legislation_code := l_legislation_code;

541: -- available for the next call to this function.
542: --
543: close csr_leg_code;
544: pqh_cei_bus.g_corps_extra_info_id := p_corps_extra_info_id;
545: pqh_cei_bus.g_legislation_code := l_legislation_code;
546: end if;
547: hr_utility.set_location(' Leaving:'|| l_proc, 40);
548: return l_legislation_code;
549: end return_legislation_code;

Line 1009: -- pqh_cei_bus.chk_ddf(p_rec);

1005: chk_corps_exam(p_rec) ;
1006: --
1007: chk_corps_doc(p_rec) ;
1008: --
1009: -- pqh_cei_bus.chk_ddf(p_rec);
1010: --
1011: -- pqh_cei_bus.chk_df(p_rec);
1012: --
1013: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 1011: -- pqh_cei_bus.chk_df(p_rec);

1007: chk_corps_doc(p_rec) ;
1008: --
1009: -- pqh_cei_bus.chk_ddf(p_rec);
1010: --
1011: -- pqh_cei_bus.chk_df(p_rec);
1012: --
1013: hr_utility.set_location(' Leaving:'||l_proc, 10);
1014: End insert_validate;
1015: --

Line 1059: -- pqh_cei_bus.chk_ddf(p_rec);

1055: chk_corps_exam(p_rec) ;
1056: --
1057: chk_corps_doc(p_rec) ;
1058: --
1059: -- pqh_cei_bus.chk_ddf(p_rec);
1060: --
1061: -- pqh_cei_bus.chk_df(p_rec);
1062: --
1063: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 1061: -- pqh_cei_bus.chk_df(p_rec);

1057: chk_corps_doc(p_rec) ;
1058: --
1059: -- pqh_cei_bus.chk_ddf(p_rec);
1060: --
1061: -- pqh_cei_bus.chk_df(p_rec);
1062: --
1063: hr_utility.set_location(' Leaving:'||l_proc, 10);
1064: End update_validate;
1065: --

Line 1083: end pqh_cei_bus;

1079: --
1080: hr_utility.set_location(' Leaving:'||l_proc, 10);
1081: End delete_validate;
1082: --
1083: end pqh_cei_bus;