DBA Data[Home] [Help]

APPS.AP_WEB_ACCTG_PKG dependencies on AP_WEB_PROJECT_PKG

Line 1213: AP_WEB_PROJECT_PKG.ValidatePATransaction(p_project_id => pa_rec.project_id,

1209:
1210: -----------------------------------------------------
1211: l_debug_info := 'Call PATC to get billable flag value';
1212: -----------------------------------------------------
1213: AP_WEB_PROJECT_PKG.ValidatePATransaction(p_project_id => pa_rec.project_id,
1214: p_task_id => pa_rec.task_id,
1215: p_ei_date => pa_rec.expenditure_item_date,
1216: p_expenditure_type => pa_rec.new_expenditure_type,
1217: p_non_labor_resource => NULL,

Line 1569: AP_WEB_PROJECT_PKG.ValidatePATransaction(p_project_id => p_project_id,

1565: ln_acct_raw_cost := AP_UTILITIES_PKG.AP_ROUND_CURRENCY(p_amount/ln_default_exchange_rate, pa_rec.base_currency_code);
1566: END IF;
1567:
1568:
1569: AP_WEB_PROJECT_PKG.ValidatePATransaction(p_project_id => p_project_id,
1570: p_task_id => p_task_id,
1571: p_ei_date => pa_rec.start_expense_date,
1572: p_expenditure_type => pa_rec.new_expenditure_type,
1573: p_non_labor_resource => NULL,

Line 1640: AP_WEB_PROJECT_PKG.ValidatePATransaction(p_project_id => p_project_id,

1636: lv_msg_type := null;
1637: end if;
1638: end if;
1639: if (p_return_error_message is null and pa_rec.end_expense_date is not null) then
1640: AP_WEB_PROJECT_PKG.ValidatePATransaction(p_project_id => p_project_id,
1641: p_task_id => p_task_id,
1642: p_ei_date => pa_rec.end_expense_date,
1643: p_expenditure_type => pa_rec.new_expenditure_type,
1644: p_non_labor_resource => NULL,