DBA Data[Home] [Help]

APPS.PER_SP_STAGE dependencies on HR_APPROVAL_SS

Line 1402: hr_approval_ss.create_item_attrib_if_notexist(itemtype => l_item_type

1398:
1399:
1400: -- set 'CURRENT_EFFECTIVE_DATE'
1401: hr_utility.set_location(' lr_transaction_rec.item_type'||l_item_type,50);
1402: hr_approval_ss.create_item_attrib_if_notexist(itemtype => l_item_type
1403: ,itemkey => l_item_key
1404: ,aname => 'CURRENT_EFFECTIVE_DATE'
1405: ,text_value=>null
1406: ,number_value=>null,

Line 1411: hr_approval_ss.create_item_attrib_if_notexist(itemtype => l_item_type

1407: date_value=>trunc(sysdate)
1408: );
1409: -- set HR_OAF_EDIT_URL_ATTR
1410:
1411: hr_approval_ss.create_item_attrib_if_notexist(itemtype => l_item_type
1412: ,itemkey => l_item_key
1413: ,aname => 'HR_OAF_EDIT_URL_ATTR'
1414: ,text_value=>null
1415: ,number_value=>null,

Line 1420: hr_approval_ss.create_item_attrib_if_notexist(itemtype => l_item_type

1416: date_value=>null
1417: );
1418:
1419: -- set HR_OAF_NAVIGATION_ATTR
1420: hr_approval_ss.create_item_attrib_if_notexist(itemtype => l_item_type
1421: ,itemkey => l_item_key
1422: ,aname => 'HR_OAF_NAVIGATION_ATTR'
1423: ,text_value=>'N'
1424: ,number_value=>null,