DBA Data[Home] [Help]

APPS.PAY_PRT_BUS dependencies on DT_API

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

1032: -- Processing continues.
1033: --
1034: -- Post Failure:
1035: -- If a row exists by determining the returning Boolean value from the
1036: -- generic dt_api.rows_exist function then we must supply an error via
1037: -- the use of the local exception handler l_rows_exist.
1038: --
1039: -- Developer Implementation Notes:
1040: -- This procedure should not need maintenance unless the HR Schema model

Line 1096: If (dt_api.rows_exist

1092: ,p_argument => 'run_type_id'
1093: ,p_argument_value => p_run_type_id
1094: );
1095: --
1096: If (dt_api.rows_exist
1097: (p_base_table_name => 'pay_element_type_usages_f'
1098: ,p_base_key_column => 'run_type_id'
1099: ,p_base_key_value => p_run_type_id
1100: ,p_from_date => p_validation_start_date

Line 1106: If (dt_api.rows_exist

1102: )) Then
1103: l_table_name := 'element type usages';
1104: Raise l_rows_exist;
1105: End If;
1106: If (dt_api.rows_exist
1107: (p_base_table_name => 'pay_run_type_org_methods_f'
1108: ,p_base_key_column => 'run_type_id'
1109: ,p_base_key_value => p_run_type_id
1110: ,p_from_date => p_validation_start_date

Line 1116: If (dt_api.rows_exist

1112: )) Then
1113: l_table_name := 'run type org methods';
1114: Raise l_rows_exist;
1115: End If;
1116: If (dt_api.rows_exist
1117: (p_base_table_name => 'pay_run_type_usages_f'
1118: ,p_base_key_column => 'parent_run_type_id'
1119: ,p_base_key_value => p_run_type_id
1120: ,p_from_date => p_validation_start_date

Line 1126: If (dt_api.rows_exist

1122: )) Then
1123: l_table_name := 'run type usages';
1124: Raise l_rows_exist;
1125: End If;
1126: If (dt_api.rows_exist
1127: (p_base_table_name => 'pay_run_type_usages_f'
1128: ,p_base_key_column => 'child_run_type_id'
1129: ,p_base_key_value => p_run_type_id
1130: ,p_from_date => p_validation_start_date