DBA Data[Home] [Help]

APPS.AP_WEB_DB_EXPRPT_PKG dependencies on HR_EMPLOYEES_CURRENT_V

Line 189: p_default_comb_id OUT NOCOPY HR_EMPLOYEES_CURRENT_V.default_code_combination_id%TYPE,

185: END GetOrgIdByReportHeaderId;
186:
187: -------------------------------------------------------------------
188: FUNCTION GetReportHeaderAttributes(p_report_header_id IN expHdr_headerID,
189: p_default_comb_id OUT NOCOPY HR_EMPLOYEES_CURRENT_V.default_code_combination_id%TYPE,
190: p_emp_id OUT NOCOPY expHdr_employeeID,
191: p_flex_concat OUT NOCOPY expHdr_flexConcat,
192: p_attr_category OUT NOCOPY expHdr_attrCategory,
193: p_attr1 OUT NOCOPY expHdr_attr1,

Line 411: be got from hr_employees_current_v view and there is no

407: RETURN BOOLEAN IS
408: -------------------------------------------------------------------
409:
410: /*Bug 2699333:Removed FIN table since expense_check_address_flag can
411: be got from hr_employees_current_v view and there is no
412: join with FIN table.
413:
414: Added GS.set_of_books_id=nvl(HR.set_of_books_id,
415: GS.set_of_books_id)