DBA Data[Home] [Help]

APPS.RCV_HXT_GRP dependencies on HXC_TIMECARD_PROPERTIES

Line 1270: AND org_id=hxc_timecard_properties.setup_mo_global_params(fnd_global.employee_id)

1266: FROM dual
1267: WHERE EXISTS (SELECT segment1
1268: FROM po_headers_all
1269: WHERE segment1=p_attributes.po_number
1270: AND org_id=hxc_timecard_properties.setup_mo_global_params(fnd_global.employee_id)
1271: AND Nvl(closed_code,'OPEN') <> 'FINALLY CLOSED'
1272: AND Nvl(user_hold_flag,'N') <> 'Y'
1273: );
1274: EXCEPTION

Line 1470: , message => 'hr_organization_api.get_operating_unit = ' || hxc_timecard_properties.setup_mo_global_params(fnd_global.employee_id)

1466: );
1467:
1468: RCV_HXT_GRP.string( log_level => FND_LOG.LEVEL_STATEMENT
1469: , module => l_log_head
1470: , message => 'hr_organization_api.get_operating_unit = ' || hxc_timecard_properties.setup_mo_global_params(fnd_global.employee_id)
1471: );
1472:
1473: IF get_po_header(p_attributes.po_header_id).user_hold_flag <> 'N' OR
1474: get_po_header(p_attributes.po_header_id).org_id <> hxc_timecard_properties.setup_mo_global_params(p_attributes.resource_id) THEN

Line 1474: get_po_header(p_attributes.po_header_id).org_id <> hxc_timecard_properties.setup_mo_global_params(p_attributes.resource_id) THEN

1470: , message => 'hr_organization_api.get_operating_unit = ' || hxc_timecard_properties.setup_mo_global_params(fnd_global.employee_id)
1471: );
1472:
1473: IF get_po_header(p_attributes.po_header_id).user_hold_flag <> 'N' OR
1474: get_po_header(p_attributes.po_header_id).org_id <> hxc_timecard_properties.setup_mo_global_params(p_attributes.resource_id) THEN
1475: -- Modified the If condition for bug 9255870, passing p_attributes.resource_id instead of fnd_global.employee_id
1476: -- Condition removed as not required. After R12 MOAC. User can use Purchase
1477: -- Order Created in other Operating Unit.
1478: -- get_po_header(p_attributes.po_header_id).org_id <> FND_GLOBAL.org_id