DBA Data[Home] [Help]

APPS.PQP_PTY_BUS dependencies on PQP_PTY_BUS

Line 1: Package Body pqp_pty_bus as

1: Package Body pqp_pty_bus as
2: /* $Header: pqptyrhi.pkb 120.0.12000000.1 2007/01/16 04:29:01 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pqp_pty_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 1504: if ( nvl(pqp_pty_bus.g_pension_type_id, hr_api.g_number)

1500: ,p_argument => 'pension_type_id'
1501: ,p_argument_value => p_pension_type_id
1502: );
1503: --
1504: if ( nvl(pqp_pty_bus.g_pension_type_id, hr_api.g_number)
1505: = p_pension_type_id) then
1506: --
1507: -- The legislation code has already been found with a previous
1508: -- call to this function. Just return the value in the global

Line 1511: l_legislation_code := pqp_pty_bus.g_legislation_code;

1507: -- The legislation code has already been found with a previous
1508: -- call to this function. Just return the value in the global
1509: -- variable.
1510: --
1511: l_legislation_code := pqp_pty_bus.g_legislation_code;
1512: hr_utility.set_location(l_proc, 20);
1513: else
1514: --
1515: -- The ID is different to the last call to this function

Line 1535: pqp_pty_bus.g_pension_type_id := p_pension_type_id;

1531: -- Set the global variables so the values are
1532: -- available for the next call to this function.
1533: --
1534: close csr_leg_code;
1535: pqp_pty_bus.g_pension_type_id := p_pension_type_id;
1536: pqp_pty_bus.g_legislation_code := l_legislation_code;
1537: end if;
1538: hr_utility.set_location(' Leaving:'|| l_proc, 40);
1539: return l_legislation_code;

Line 1536: pqp_pty_bus.g_legislation_code := l_legislation_code;

1532: -- available for the next call to this function.
1533: --
1534: close csr_leg_code;
1535: pqp_pty_bus.g_pension_type_id := p_pension_type_id;
1536: pqp_pty_bus.g_legislation_code := l_legislation_code;
1537: end if;
1538: hr_utility.set_location(' Leaving:'|| l_proc, 40);
1539: return l_legislation_code;
1540: end return_legislation_code;

Line 2398: pqp_pty_bus.chk_ddf(p_rec);

2394: --
2395: -- Validate Dependent Attributes
2396: --
2397: --
2398: pqp_pty_bus.chk_ddf(p_rec);
2399: --
2400: pqp_pty_bus.chk_df(p_rec);
2401: --
2402: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 2400: pqp_pty_bus.chk_df(p_rec);

2396: --
2397: --
2398: pqp_pty_bus.chk_ddf(p_rec);
2399: --
2400: pqp_pty_bus.chk_df(p_rec);
2401: --
2402: hr_utility.set_location(' Leaving:'||l_proc, 10);
2403:
2404: exception

Line 2658: pqp_pty_bus.chk_ddf(p_rec);

2654: end if;
2655:
2656: end if;
2657:
2658: pqp_pty_bus.chk_ddf(p_rec);
2659: --
2660: pqp_pty_bus.chk_df(p_rec);
2661: --
2662: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 2660: pqp_pty_bus.chk_df(p_rec);

2656: end if;
2657:
2658: pqp_pty_bus.chk_ddf(p_rec);
2659: --
2660: pqp_pty_bus.chk_df(p_rec);
2661: --
2662: hr_utility.set_location(' Leaving:'||l_proc, 10);
2663: End update_validate;
2664:

Line 2951: end pqp_pty_bus;

2947:
2948: End delete_validate;
2949: --
2950:
2951: end pqp_pty_bus;
2952: