DBA Data[Home] [Help]

APPS.PA_CI_TYPE_USAGE_PVT dependencies on PA_CI_TYPE_USAGE_PKG

Line 38: pa_ci_type_usage_pkg.insert_row(

34: x_msg_count := 0;
35: x_msg_data := '';
36:
37: IF (p_validate_only <> fnd_api.g_true AND x_return_status = 'S') THEN
38: pa_ci_type_usage_pkg.insert_row(
39: x_rowid => l_rowid,
40: x_ci_type_usage_id => x_ci_type_usage_id,
41: x_project_type_id => p_project_type_id,
42: x_ci_type_id => p_ci_type_id,

Line 111: pa_ci_type_usage_pkg.update_row(

107: x_msg_count := 0;
108: x_msg_data := '';
109:
110: IF (p_validate_only <> fnd_api.g_true AND x_return_status = 'S') THEN
111: pa_ci_type_usage_pkg.update_row(
112: x_ci_type_usage_id => p_ci_type_usage_id,
113: x_project_type_id => p_project_type_id,
114: x_ci_type_id => p_ci_type_id,
115: x_last_update_date => p_last_update_date,

Line 179: pa_ci_type_usage_pkg.lock_row (

175: x_msg_count := 0;
176: x_msg_data := '';
177:
178: -- Trying to lock the record
179: pa_ci_type_usage_pkg.lock_row (
180: x_ci_type_usage_id => p_ci_type_usage_id,
181: x_project_type_id => p_project_type_id,
182: x_ci_type_id => p_ci_type_id);
183:

Line 185: pa_ci_type_usage_pkg.delete_row(

181: x_project_type_id => p_project_type_id,
182: x_ci_type_id => p_ci_type_id);
183:
184: IF (p_validate_only <> fnd_api.g_true AND x_return_status = 'S') THEN
185: pa_ci_type_usage_pkg.delete_row(
186: x_ci_type_usage_id => p_ci_type_usage_id);
187: END IF;
188:
189: IF p_commit = fnd_api.g_true THEN