DBA Data[Home] [Help]

APPS.PA_CONTROL_ITEMS_PVT dependencies on FND_GLOBAL

Line 1066: ,p_last_modified_by_id => PA_CONTROL_ITEMS_UTILS.GetPartyId(fnd_global.user_id )

1062: ,p_progress_as_of_date => SYSDATE
1063: ,p_classification_code => l_class_code
1064: ,p_reason_code => l_reason
1065: ,p_project_id => p_project_id
1066: ,p_last_modified_by_id => PA_CONTROL_ITEMS_UTILS.GetPartyId(fnd_global.user_id )
1067: ,p_object_type => copy_from_row.object_type
1068: ,p_object_id => copy_from_row.object_id
1069: ,p_ci_number => NULL
1070: ,p_date_required => to_date(NULL)

Line 1315: p_user_id => fnd_global.user_id,

1311: end if;
1312:
1313: if (x_return_status = 'S') then
1314: PA_OBJECT_RELATIONSHIPS_PKG.INSERT_ROW(
1315: p_user_id => fnd_global.user_id,
1316: p_object_type_from => 'PA_CONTROL_ITEMS',
1317: p_object_id_from1 => to_char(p_from_ci_id),
1318: p_object_id_from2 => NULL,
1319: p_object_id_from3 => NULL,

Line 1412: ,p_last_updated_by in NUMBER default fnd_global.user_id --Added the parameter for bug# 3877985

1408: ,x_num_of_actions OUT NOCOPY NUMBER
1409: ,x_return_status OUT NOCOPY VARCHAR2
1410: ,x_msg_count OUT NOCOPY NUMBER
1411: ,x_msg_data OUT NOCOPY VARCHAR2
1412: ,p_last_updated_by in NUMBER default fnd_global.user_id --Added the parameter for bug# 3877985
1413: ,p_last_update_date in DATE default sysdate --Added the parameter for bug# 3877985
1414: ,p_last_update_login in NUMBER default fnd_global.user_id --Added the parameter for bug# 3877985
1415: )IS
1416: l_nof_actions NUMBER(15) := 0;

Line 1414: ,p_last_update_login in NUMBER default fnd_global.user_id --Added the parameter for bug# 3877985

1410: ,x_msg_count OUT NOCOPY NUMBER
1411: ,x_msg_data OUT NOCOPY VARCHAR2
1412: ,p_last_updated_by in NUMBER default fnd_global.user_id --Added the parameter for bug# 3877985
1413: ,p_last_update_date in DATE default sysdate --Added the parameter for bug# 3877985
1414: ,p_last_update_login in NUMBER default fnd_global.user_id --Added the parameter for bug# 3877985
1415: )IS
1416: l_nof_actions NUMBER(15) := 0;
1417:
1418: cp pa_control_items%ROWTYPE;

Line 1714: l_closed_by := PA_CONTROL_ITEMS_UTILS.GetPartyId(fnd_global.user_id );

1710: -- x_return_status := 'E';
1711: -- PA_DEBUG.Reset_Err_Stack;
1712: -- return;
1713: -- END IF;
1714: l_closed_by := PA_CONTROL_ITEMS_UTILS.GetPartyId(fnd_global.user_id );
1715: l_closed_date := sysdate;
1716: end if;
1717: end if;
1718:

Line 1732: ,PA_CONTROL_ITEMS_UTILS.GetPartyId(fnd_global.user_id ) --cp.last_modified_by_id

1728: ,cp.classification_code_id
1729: ,cp.reason_code_id
1730: ,p_record_version_number
1731: ,cp.project_id
1732: ,PA_CONTROL_ITEMS_UTILS.GetPartyId(fnd_global.user_id ) --cp.last_modified_by_id
1733: ,cp.object_type
1734: ,cp.object_id
1735: ,l_ci_number_char --cp.ci_number
1736: ,cp.date_required

Line 2017: p_user_id => fnd_global.user_id,

2013: RETURN;
2014: END IF;
2015:
2016: PA_OBJECT_RELATIONSHIPS_PKG.INSERT_ROW(
2017: p_user_id => fnd_global.user_id,
2018: p_object_type_from => 'PA_CONTROL_ITEMS',
2019: p_object_id_from1 => to_char(p_ci_id),
2020: p_object_id_from2 => NULL,
2021: p_object_id_from3 => NULL,