DBA Data[Home] [Help]

APPS.PAY_PPM_BUS dependencies on DT_API

Line 1618: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then

1614: p_argument_value => p_datetrack_mode);
1615: --
1616: -- Only perform the validation if the datetrack update mode is valid
1617: --
1618: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
1619: --
1620: --
1621: -- Ensure the arguments are not null
1622: --

Line 1634: NOT (dt_api.check_min_max_dates

1630: p_argument => 'validation_end_date',
1631: p_argument_value => p_validation_end_date);
1632: --
1633: If ((nvl(p_org_payment_method_id, hr_api.g_number) <> hr_api.g_number) and
1634: NOT (dt_api.check_min_max_dates
1635: (p_base_table_name => 'pay_org_payment_methods_f',
1636: p_base_key_column => 'org_payment_method_id',
1637: p_base_key_value => p_org_payment_method_id,
1638: p_from_date => p_validation_start_date,

Line 1644: NOT (dt_api.check_min_max_dates

1640: l_table_name := 'org payment methods';
1641: Raise l_integrity_error;
1642: End If;
1643: If ((nvl(p_assignment_id, hr_api.g_number) <> hr_api.g_number) and
1644: NOT (dt_api.check_min_max_dates
1645: (p_base_table_name => 'per_all_assignments_f',
1646: p_base_key_column => 'assignment_id',
1647: p_base_key_value => p_assignment_id,
1648: p_from_date => p_validation_start_date,

Line 1700: -- generic dt_api.rows_exist function then we must supply an error via

1696: -- Processing continues.
1697: --
1698: -- Post Failure:
1699: -- If a row exists by determining the returning Boolean value from the
1700: -- generic dt_api.rows_exist function then we must supply an error via
1701: -- the use of the local exception handler l_rows_exist.
1702: --
1703: -- Developer Implementation Notes:
1704: -- This procedure should not need maintenance unless the HR Schema model