DBA Data[Home] [Help]

APPS.HR_UTIL_MISC_SS dependencies on HR_TRANSACTION_SWI

Line 1676: l_source_pk1_value := hr_transaction_swi.g_txn_ctx.TRANSACTION_ID;

1672: savepoint merge_attachments;
1673: hr_multi_message.enable_message_list;
1674:
1675: if(p_source_pk1_value is null) then
1676: l_source_pk1_value := hr_transaction_swi.g_txn_ctx.TRANSACTION_ID;
1677: else
1678: l_source_pk1_value := p_source_pk1_value;
1679: end if;
1680:

Line 1824: rootNode := xmldom.makeNode(hr_transaction_swi.convertCLOBtoXMLElement(lr_hr_api_transaction_rec.transaction_document));

1820: l_save_attach := false;
1821:
1822: if( lr_hr_api_transaction_rec.transaction_document is not null) then
1823:
1824: rootNode := xmldom.makeNode(hr_transaction_swi.convertCLOBtoXMLElement(lr_hr_api_transaction_rec.transaction_document));
1825: l_TransCtx_NodeList :=xmldom.getChildrenByTagName(xmldom.makeElement(rootNode),'TransCtx');
1826:
1827: IF (xmldom.getLength(l_TransCtx_NodeList) > 0) THEN
1828: l_TransCtx_Node :=xmldom.item(l_TransCtx_NodeList,0);