DBA Data[Home] [Help]

APPS.PAY_ROM_UPD dependencies on PAY_RUN_TYPE_ORG_METHODS_F

Line 78: (p_base_table_name => 'pay_run_type_org_methods_f'

74: -- version number.
75: --
76: p_rec.object_version_number :=
77: dt_api.get_object_version_number
78: (p_base_table_name => 'pay_run_type_org_methods_f'
79: ,p_base_key_column => 'run_type_org_method_id'
80: ,p_base_key_value => p_rec.run_type_org_method_id
81: );
82: --

Line 85: -- Update the pay_run_type_org_methods_f Row

81: );
82: --
83: --
84: --
85: -- Update the pay_run_type_org_methods_f Row
86: --
87: update pay_run_type_org_methods_f
88: set
89: run_type_id = p_rec.run_type_id

Line 87: update pay_run_type_org_methods_f

83: --
84: --
85: -- Update the pay_run_type_org_methods_f Row
86: --
87: update pay_run_type_org_methods_f
88: set
89: run_type_id = p_rec.run_type_id
90: ,org_payment_method_id = p_rec.org_payment_method_id
91: ,priority = p_rec.priority

Line 433: (p_module_name => 'PAY_RUN_TYPE_ORG_METHODS_F'

429: --
430: when hr_api.cannot_find_prog_unit then
431: --
432: hr_api.cannot_find_prog_unit_error
433: (p_module_name => 'PAY_RUN_TYPE_ORG_METHODS_F'
434: ,p_hook_type => 'AU');
435: --
436: end;
437: --