DBA Data[Home] [Help]

APPS.IGW_PROP_USERS_PVT dependencies on IGW_PROP_USERS_TBH

Line 124: igw_prop_users_tbh.insert_row (

120: check_errors;
121:
122: if (NOT FND_API.TO_BOOLEAN (p_validate_only)) then
123:
124: igw_prop_users_tbh.insert_row (
125: x_rowid => x_rowid,
126: p_proposal_id => l_proposal_id,
127: p_user_id => l_user_id,
128: p_start_date_active => p_start_date_active,

Line 335: igw_prop_users_tbh.update_row (

331:
332: check_errors;
333:
334: if (NOT FND_API.TO_BOOLEAN (p_validate_only)) then
335: igw_prop_users_tbh.update_row (
336: x_rowid => x_rowid,
337: p_proposal_id => l_proposal_id2,
338: p_user_id => l_user_id2,
339: p_start_date_active => p_start_date_active,

Line 468: igw_prop_users_tbh.delete_row (

464:
465: check_errors;
466:
467: if (NOT FND_API.TO_BOOLEAN (p_validate_only)) then
468: igw_prop_users_tbh.delete_row (
469: x_rowid => x_rowid,
470: p_record_version_number => p_record_version_number,
471: x_return_status => l_return_status);
472: -- also delete the child rows in igw_prop_user_roles