DBA Data[Home] [Help]

APPS.AP_WEB_ACCTG_PKG dependencies on AP_WEB_PROJECT_PKG

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

1214:
1215: -----------------------------------------------------
1216: l_debug_info := 'Call PATC to get billable flag value';
1217: -----------------------------------------------------
1218: AP_WEB_PROJECT_PKG.ValidatePATransaction(p_project_id => pa_rec.project_id,
1219: p_task_id => pa_rec.task_id,
1220: p_ei_date => pa_rec.expenditure_item_date,
1221: p_expenditure_type => pa_rec.new_expenditure_type,
1222: p_non_labor_resource => NULL,

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

1573: ln_acct_raw_cost := AP_WEB_UTILITIES_PKG.OIE_ROUND_CURRENCY(p_amount/ln_default_exchange_rate, pa_rec.base_currency_code);
1574: END IF;
1575:
1576:
1577: AP_WEB_PROJECT_PKG.ValidatePATransaction(p_project_id => p_project_id,
1578: p_task_id => p_task_id,
1579: p_ei_date => pa_rec.start_expense_date,
1580: p_expenditure_type => pa_rec.new_expenditure_type,
1581: p_non_labor_resource => NULL,

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

1644: lv_msg_type := null;
1645: end if;
1646: end if;
1647: if (p_return_error_message is null and pa_rec.end_expense_date is not null) then
1648: AP_WEB_PROJECT_PKG.ValidatePATransaction(p_project_id => p_project_id,
1649: p_task_id => p_task_id,
1650: p_ei_date => pa_rec.end_expense_date,
1651: p_expenditure_type => pa_rec.new_expenditure_type,
1652: p_non_labor_resource => NULL,