DBA Data[Home] [Help]

APPS.PA_ACTIONS_PVT dependencies on PA_PROJ_ELEMENT_VERSIONS_S

Line 303: nvl(p_element_version_id_tbl(i),pa_proj_element_versions_s.nextval)

299: ,source_object_type
300: )
301: VALUES
302: (
303: nvl(p_element_version_id_tbl(i),pa_proj_element_versions_s.nextval)
304: ,l_proj_element_id_tbl(i)
305: ,g_actions
306: ,nvl(p_project_id,-99)
307: ,SYSDATE

Line 1342: ,pa_proj_element_versions_s.nextval -- Target Action Version Id -- Included for Bug # 3431156

1338: -- ,null --Commented for Bug # 3431156 --This corresponds to the target action version id
1339: -- ,null --Commented for Bug # 3431156 --This corresponds to target action projelementid
1340: ,ppe.proj_element_id --Source Action Proj Element Id -- Included for Bug # 3431156
1341: ,ppv.element_version_id --Source Action Version Id -- Included for Bug # 3431156
1342: ,pa_proj_element_versions_s.nextval -- Target Action Version Id -- Included for Bug # 3431156
1343: ,pa_tasks_s.nextval -- Target Action Proj Element Id -- Included for Bug # 3431156
1344: ,null -- record version number
1345: FROM pa_proj_elements ppe,
1346: pa_proj_element_versions ppv,