DBA Data[Home] [Help]

APPS.HR_TRANSACTION_SWI dependencies on HR_APPROVAL_SS

Line 1699: hr_approval_ss.resetWfPageFlowState(p_transaction_id);

1695: -- the WF activity is handling the transition and based on user action
1696: -- will revert the flow state.
1697:
1698: -- call the method to reset the wf pageflow state , if wf is used for page navigation
1699: hr_approval_ss.resetWfPageFlowState(p_transaction_id);
1700:
1701: end if;
1702: end if;
1703:

Line 1910: hr_approval_ss.startGenericApprovalProcess(p_transaction_id

1906: NULL,
1907: NULL,
1908: NULL);
1909: lt_additional_wf_attributes := HR_WF_ATTR_TABLE(HR_WF_ATTR_TYPE('TRAN_SUBMIT','N',null,null));
1910: hr_approval_ss.startGenericApprovalProcess(p_transaction_id
1911: ,p_item_key
1912: ,lv_ntfSubMsg
1913: ,'HR_RELAUNCH_SS'
1914: ,lt_additional_wf_attributes

Line 1927: hr_approval_ss.create_item_attrib_if_notexist(itemtype => lr_transaction_rec.item_type

1923:
1924: -- set additional item attributes
1925: -- HR_OAF_NAVIGATION_ATTR
1926: -- set HR_OAF_EDIT_URL_ATTR
1927: hr_approval_ss.create_item_attrib_if_notexist(itemtype => lr_transaction_rec.item_type
1928: ,itemkey => p_item_key
1929: ,aname => 'HR_OAF_EDIT_URL_ATTR'
1930: ,text_value=>'HR_RELAUNCH_SS'
1931: ,number_value=>null,

Line 1935: hr_approval_ss.create_item_attrib_if_notexist(itemtype => lr_transaction_rec.item_type

1931: ,number_value=>null,
1932: date_value=>null
1933: );
1934: -- set HR_OAF_NAVIGATION_ATTR
1935: hr_approval_ss.create_item_attrib_if_notexist(itemtype => lr_transaction_rec.item_type
1936: ,itemkey => p_item_key
1937: ,aname => 'HR_OAF_NAVIGATION_ATTR'
1938: ,text_value=>'N'
1939: ,number_value=>null,

Line 1943: hr_approval_ss.create_item_attrib_if_notexist(itemtype => lr_transaction_rec.item_type

1939: ,number_value=>null,
1940: date_value=>null
1941: );
1942: -- set HR_REVIEW_TEMPLATE_RN_ATTR
1943: hr_approval_ss.create_item_attrib_if_notexist(itemtype => lr_transaction_rec.item_type
1944: ,itemkey => p_item_key
1945: ,aname => 'HR_REVIEW_TEMPLATE_RN_ATTR'
1946: ,text_value=>lv_review_template_rn
1947: ,number_value=>null,

Line 1951: hr_approval_ss.create_item_attrib_if_notexist(itemtype => lr_transaction_rec.item_type

1947: ,number_value=>null,
1948: date_value=>null
1949: );
1950:
1951: hr_approval_ss.create_item_attrib_if_notexist(itemtype => lr_transaction_rec.item_type
1952: ,itemkey => p_item_key
1953: ,aname => 'HR_NTF_ATTACHMENTS_ATTR'
1954: ,text_value=>lv_Ntf_Attach_Attr
1955: ,number_value=>null,

Line 1966: hr_approval_ss.create_item_attrib_if_notexist(itemtype => lr_transaction_rec.item_type

1962:
1963: -- APPROVAL_GENERIC_URL
1964:
1965: -- HR_RUNTIME_APPROVAL_REQ_FLAG
1966: hr_approval_ss.create_item_attrib_if_notexist(itemtype => lr_transaction_rec.item_type
1967: ,itemkey => p_item_key
1968: ,aname => 'HR_RUNTIME_APPROVAL_REQ_FLAG'
1969: ,text_value=>lv_approval_required
1970: ,number_value=>null,

Line 1975: hr_approval_ss.create_item_attrib_if_notexist(itemtype => lr_transaction_rec.item_type

1971: date_value=>null
1972: );
1973: -- set AME params
1974: -- 'HR_AME_APP_ID_ATTR'
1975: hr_approval_ss.create_item_attrib_if_notexist(itemtype => lr_transaction_rec.item_type
1976: ,itemkey => p_item_key
1977: ,aname => 'HR_AME_APP_ID_ATTR'
1978: ,text_value=>null
1979: ,number_value=>ln_ameTranAppId

Line 1983: hr_approval_ss.create_item_attrib_if_notexist(itemtype => lr_transaction_rec.item_type

1979: ,number_value=>ln_ameTranAppId
1980: ,date_value=>null
1981: );
1982: -- 'HR_AME_TRAN_TYPE_ATTR'
1983: hr_approval_ss.create_item_attrib_if_notexist(itemtype => lr_transaction_rec.item_type
1984: ,itemkey => p_item_key
1985: ,aname => 'HR_AME_TRAN_TYPE_ATTR'
1986: ,text_value=>lv_ameTransType
1987: ,number_value=>null,

Line 1992: hr_approval_ss.create_item_attrib_if_notexist(itemtype => lr_transaction_rec.item_type

1988: date_value=>null
1989: );
1990:
1991: -- TRANSACTION_ID
1992: hr_approval_ss.create_item_attrib_if_notexist(itemtype => lr_transaction_rec.item_type
1993: ,itemkey => p_item_key
1994: ,aname => 'TRANSACTION_ID'
1995: ,text_value=>null
1996: ,number_value=>p_transaction_id

Line 2001: hr_approval_ss.create_item_attrib_if_notexist(itemtype => lr_transaction_rec.item_type

1997: ,date_value=>null
1998: );
1999:
2000: -- TRAN_SUBMIT
2001: hr_approval_ss.create_item_attrib_if_notexist(itemtype => lr_transaction_rec.item_type
2002: ,itemkey => p_item_key
2003: ,aname => 'TRAN_SUBMIT'
2004: ,text_value=>'Y'
2005: ,number_value=>null

Line 2011: hr_approval_ss.create_item_attrib_if_notexist(itemtype => lr_transaction_rec.item_type

2007: );
2008: -- PROCESS_DISPLAY_NAME
2009: fnd_message.set_name('PER',lv_ntfSubMsg); -- change the hardcoded
2010:
2011: hr_approval_ss.create_item_attrib_if_notexist(itemtype => lr_transaction_rec.item_type
2012: ,itemkey => p_item_key
2013: ,aname => 'PROCESS_DISPLAY_NAME'
2014: ,text_value=>fnd_message.get
2015: ,number_value=>null

Line 2138: hr_approval_ss.processapprovalsubmit(p_transaction_id,

2134:
2135: if(lr_hr_api_transaction_rec.item_key is not null) then
2136:
2137: -- call the code to transition flow in case of approvals
2138: hr_approval_ss.processapprovalsubmit(p_transaction_id,
2139: p_approver_comments);
2140: else
2141:
2142: -- intialize the generic approval flow

Line 2155: hr_approval_ss.processapprovalsubmit(p_transaction_id,

2151: p_transaction_id => p_transaction_id,
2152: p_item_key => lv_item_key);
2153:
2154: -- complete the wf to send ntf or process commit
2155: hr_approval_ss.processapprovalsubmit(p_transaction_id,
2156: p_approver_comments);
2157:
2158: end if;
2159: