DBA Data[Home] [Help]

APPS.PQH_APPLY_BUDGET dependencies on PQH_PROCESS_LOG

Line 92: l_log_context pqh_process_log.log_context%TYPE;

88: WHERE worksheet_id = p_worksheet_id;
89:
90: l_proc varchar2(72) := g_package||'apply_budget';
91: l_pqh_worksheets_rec pqh_worksheets%ROWTYPE;
92: l_log_context pqh_process_log.log_context%TYPE;
93:
94: BEGIN
95:
96: hr_utility.set_location('Entering: '||l_proc, 5);

Line 302: l_log_context pqh_process_log.log_context%TYPE;

298: l_budget_element_id pqh_budget_elements.budget_element_id%TYPE;
299: l_pqh_worksheet_fund_srcs_rec pqh_worksheet_fund_srcs%ROWTYPE;
300: l_budget_fund_src_id pqh_budget_fund_srcs.budget_fund_src_id%TYPE;
301: l_curr_budget_version_id pqh_budget_versions.budget_version_id%TYPE;
302: l_log_context pqh_process_log.log_context%TYPE;
303:
304: BEGIN
305:
306: hr_utility.set_location('Entering: '||l_proc, 5);

Line 2048: p_log_context OUT NOCOPY pqh_process_log.log_context%TYPE

2044: --------------------------------------------------------------------------------------------------------------
2045: PROCEDURE set_wks_log_context
2046: (
2047: p_worksheet_detail_id IN pqh_worksheet_details.worksheet_detail_id%TYPE,
2048: p_log_context OUT NOCOPY pqh_process_log.log_context%TYPE
2049: ) IS
2050:
2051: /*
2052: This procedure will set the log_context at wks detail level

Line 2134: p_log_context OUT NOCOPY pqh_process_log.log_context%TYPE

2130: --------------------------------------------------------------------------------------------------------------
2131: PROCEDURE set_wpr_log_context
2132: (
2133: p_worksheet_period_id IN pqh_worksheet_periods.worksheet_period_id%TYPE,
2134: p_log_context OUT NOCOPY pqh_process_log.log_context%TYPE
2135: ) IS
2136: /*
2137: This procedure will set the log_context at wks periods level
2138:

Line 2207: p_log_context OUT NOCOPY pqh_process_log.log_context%TYPE

2203: --------------------------------------------------------------------------------------------------------------
2204: PROCEDURE set_wst_log_context
2205: (
2206: p_worksheet_budget_set_id IN pqh_worksheet_budget_sets.worksheet_budget_set_id%TYPE,
2207: p_log_context OUT NOCOPY pqh_process_log.log_context%TYPE
2208: ) IS
2209:
2210: /*
2211: This procedure will set the log_context at wks budget sets level

Line 2264: p_log_context OUT NOCOPY pqh_process_log.log_context%TYPE

2260: --------------------------------------------------------------------------------------------------------------
2261: PROCEDURE set_wel_log_context
2262: (
2263: p_worksheet_bdgt_elmnt_id IN pqh_worksheet_bdgt_elmnts.worksheet_bdgt_elmnt_id%TYPE,
2264: p_log_context OUT NOCOPY pqh_process_log.log_context%TYPE
2265: ) IS
2266:
2267: /*
2268: This procedure will set the log_context at wks budget elements level

Line 2323: p_log_context OUT NOCOPY pqh_process_log.log_context%TYPE

2319: --------------------------------------------------------------------------------------------------------------
2320: PROCEDURE set_wfs_log_context
2321: (
2322: p_worksheet_fund_src_id IN pqh_worksheet_fund_srcs.worksheet_fund_src_id%TYPE,
2323: p_log_context OUT NOCOPY pqh_process_log.log_context%TYPE
2324: ) IS
2325:
2326: /*
2327: This procedure will set the log_context at wks budget fund srcs level