DBA Data[Home] [Help]

APPS.PQH_WFS_UPD dependencies on PQH_WORKSHEET_FUND_SRCS

Line 60: -- Update the pqh_worksheet_fund_srcs Row

56: --
57: p_rec.object_version_number := p_rec.object_version_number + 1;
58: --
59: --
60: -- Update the pqh_worksheet_fund_srcs Row
61: --
62: update pqh_worksheet_fund_srcs
63: set
64: worksheet_fund_src_id = p_rec.worksheet_fund_src_id,

Line 62: update pqh_worksheet_fund_srcs

58: --
59: --
60: -- Update the pqh_worksheet_fund_srcs Row
61: --
62: update pqh_worksheet_fund_srcs
63: set
64: worksheet_fund_src_id = p_rec.worksheet_fund_src_id,
65: worksheet_bdgt_elmnt_id = p_rec.worksheet_bdgt_elmnt_id,
66: distribution_percentage = p_rec.distribution_percentage,

Line 210: (p_module_name => 'pqh_worksheet_fund_srcs'

206: --
207: when hr_api.cannot_find_prog_unit then
208: --
209: hr_api.cannot_find_prog_unit_error
210: (p_module_name => 'pqh_worksheet_fund_srcs'
211: ,p_hook_type => 'AU');
212: --
213: end;
214: --