DBA Data[Home] [Help]

APPS.HR_TRANSACTION_SWI dependencies on HR_APPROVAL_SS

Line 1857: hr_approval_ss.resetWfPageFlowState(p_transaction_id);

1853: -- the WF activity is handling the transition and based on user action
1854: -- will revert the flow state.
1855:
1856: -- call the method to reset the wf pageflow state , if wf is used for page navigation
1857: hr_approval_ss.resetWfPageFlowState(p_transaction_id);
1858:
1859: end if;
1860: end if;
1861:

Line 2113: hr_approval_ss.startGenericApprovalProcess(p_transaction_id

2109: NULL,
2110: NULL,
2111: NULL);
2112: lt_additional_wf_attributes := HR_WF_ATTR_TABLE(HR_WF_ATTR_TYPE('TRAN_SUBMIT','N',null,null));
2113: hr_approval_ss.startGenericApprovalProcess(p_transaction_id
2114: ,p_item_key
2115: ,lv_ntfSubMsg
2116: ,'HR_RELAUNCH_SS'
2117: ,lt_additional_wf_attributes

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

2126:
2127: -- set additional item attributes
2128: -- HR_OAF_NAVIGATION_ATTR
2129: -- set HR_OAF_EDIT_URL_ATTR
2130: hr_approval_ss.create_item_attrib_if_notexist(itemtype => lr_transaction_rec.item_type
2131: ,itemkey => p_item_key
2132: ,aname => 'HR_OAF_EDIT_URL_ATTR'
2133: ,text_value=>'HR_RELAUNCH_SS'
2134: ,number_value=>null,

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

2134: ,number_value=>null,
2135: date_value=>null
2136: );
2137: -- set HR_OAF_NAVIGATION_ATTR
2138: hr_approval_ss.create_item_attrib_if_notexist(itemtype => lr_transaction_rec.item_type
2139: ,itemkey => p_item_key
2140: ,aname => 'HR_OAF_NAVIGATION_ATTR'
2141: ,text_value=>'N'
2142: ,number_value=>null,

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

2142: ,number_value=>null,
2143: date_value=>null
2144: );
2145: -- set HR_REVIEW_TEMPLATE_RN_ATTR
2146: hr_approval_ss.create_item_attrib_if_notexist(itemtype => lr_transaction_rec.item_type
2147: ,itemkey => p_item_key
2148: ,aname => 'HR_REVIEW_TEMPLATE_RN_ATTR'
2149: ,text_value=>lv_review_template_rn
2150: ,number_value=>null,

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

2150: ,number_value=>null,
2151: date_value=>null
2152: );
2153:
2154: hr_approval_ss.create_item_attrib_if_notexist(itemtype => lr_transaction_rec.item_type
2155: ,itemkey => p_item_key
2156: ,aname => 'HR_NTF_ATTACHMENTS_ATTR'
2157: ,text_value=>lv_Ntf_Attach_Attr
2158: ,number_value=>null,

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

2165:
2166: -- APPROVAL_GENERIC_URL
2167:
2168: -- HR_RUNTIME_APPROVAL_REQ_FLAG
2169: hr_approval_ss.create_item_attrib_if_notexist(itemtype => lr_transaction_rec.item_type
2170: ,itemkey => p_item_key
2171: ,aname => 'HR_RUNTIME_APPROVAL_REQ_FLAG'
2172: ,text_value=>lv_approval_required
2173: ,number_value=>null,

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

2174: date_value=>null
2175: );
2176: -- set AME params
2177: -- 'HR_AME_APP_ID_ATTR'
2178: hr_approval_ss.create_item_attrib_if_notexist(itemtype => lr_transaction_rec.item_type
2179: ,itemkey => p_item_key
2180: ,aname => 'HR_AME_APP_ID_ATTR'
2181: ,text_value=>null
2182: ,number_value=>ln_ameTranAppId

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

2182: ,number_value=>ln_ameTranAppId
2183: ,date_value=>null
2184: );
2185: -- 'HR_AME_TRAN_TYPE_ATTR'
2186: hr_approval_ss.create_item_attrib_if_notexist(itemtype => lr_transaction_rec.item_type
2187: ,itemkey => p_item_key
2188: ,aname => 'HR_AME_TRAN_TYPE_ATTR'
2189: ,text_value=>lv_ameTransType
2190: ,number_value=>null,

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

2191: date_value=>null
2192: );
2193:
2194: -- TRANSACTION_ID
2195: hr_approval_ss.create_item_attrib_if_notexist(itemtype => lr_transaction_rec.item_type
2196: ,itemkey => p_item_key
2197: ,aname => 'TRANSACTION_ID'
2198: ,text_value=>null
2199: ,number_value=>p_transaction_id

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

2200: ,date_value=>null
2201: );
2202:
2203: -- TRAN_SUBMIT
2204: hr_approval_ss.create_item_attrib_if_notexist(itemtype => lr_transaction_rec.item_type
2205: ,itemkey => p_item_key
2206: ,aname => 'TRAN_SUBMIT'
2207: ,text_value=>'Y'
2208: ,number_value=>null

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

2210: );
2211: -- PROCESS_DISPLAY_NAME
2212: fnd_message.set_name('PER',lv_ntfSubMsg); -- change the hardcoded
2213:
2214: hr_approval_ss.create_item_attrib_if_notexist(itemtype => lr_transaction_rec.item_type
2215: ,itemkey => p_item_key
2216: ,aname => 'PROCESS_DISPLAY_NAME'
2217: ,text_value=>fnd_message.get
2218: ,number_value=>null

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

2217: ,text_value=>fnd_message.get
2218: ,number_value=>null
2219: ,date_value=>null
2220: );
2221: hr_approval_ss.create_item_attrib_if_notexist(itemtype => lr_transaction_rec.item_type
2222: ,itemkey => p_item_key
2223: ,aname => 'HR_PERZ_FUNCTION_NAME_ATTR'
2224: ,text_value=>lv_perz_func
2225: ,number_value=>null

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

2224: ,text_value=>lv_perz_func
2225: ,number_value=>null
2226: ,date_value=>null
2227: );
2228: hr_approval_ss.create_item_attrib_if_notexist(itemtype => lr_transaction_rec.item_type
2229: ,itemkey => p_item_key
2230: ,aname => 'HR_PERZ_LOCALIZATION_CODE_ATTR'
2231: ,text_value=>lv_perz_leg
2232: ,number_value=>null

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

2231: ,text_value=>lv_perz_leg
2232: ,number_value=>null
2233: ,date_value=>null
2234: );
2235: hr_approval_ss.create_item_attrib_if_notexist(itemtype => lr_transaction_rec.item_type
2236: ,itemkey => p_item_key
2237: ,aname => 'HR_PERZ_ORGANIZATION_ID_ATTR'
2238: ,text_value=>lv_perz_org
2239: ,number_value=>null

Line 2362: hr_approval_ss.processapprovalsubmit(p_transaction_id,

2358:
2359: if(lr_hr_api_transaction_rec.item_key is not null) then
2360:
2361: -- call the code to transition flow in case of approvals
2362: hr_approval_ss.processapprovalsubmit(p_transaction_id,
2363: p_approver_comments);
2364: else
2365:
2366: -- intialize the generic approval flow

Line 2379: hr_approval_ss.processapprovalsubmit(p_transaction_id,

2375: p_transaction_id => p_transaction_id,
2376: p_item_key => lv_item_key);
2377:
2378: -- complete the wf to send ntf or process commit
2379: hr_approval_ss.processapprovalsubmit(p_transaction_id,
2380: p_approver_comments);
2381:
2382: end if;
2383:

Line 2524: hr_approval_ss.processapprovalsubmit(p_transaction_id,

2520:
2521: if(lr_hr_api_transaction_rec.item_key is not null) then
2522:
2523: -- call the code to transition flow in case of approvals
2524: hr_approval_ss.processapprovalsubmit(p_transaction_id,
2525: p_approver_comments);
2526: else
2527:
2528: -- intialize the generic approval flow

Line 2550: hr_approval_ss.processapprovalsubmit(p_transaction_id,

2546: p_transaction_id => p_transaction_id,
2547: p_item_key => lv_item_key);
2548:
2549: -- complete the wf to send ntf or process commit
2550: hr_approval_ss.processapprovalsubmit(p_transaction_id,
2551: p_approver_comments);
2552: end if;
2553: end if;
2554: end if;