DBA Data[Home] [Help]

APPS.PSP_WF_ADJ_PKG dependencies on PSP_GENERAL

Line 371: l_business_group_id := to_number(psp_general.get_specific_profile('PER_BUSINESS_GROUP_ID'));

367: l_comments := wf_engine.GetItemAttrText(itemtype => itemtype,
368: itemkey => itemkey,
369: aname => 'NOTE');
370:
371: l_business_group_id := to_number(psp_general.get_specific_profile('PER_BUSINESS_GROUP_ID'));
372:
373: l_set_of_books_id := to_number(psp_general.get_specific_profile('GL_SET_OF_BKS_ID'));
374:
375: psp_adj_driver.undo_adjustment(l_batch_name, l_business_group_id,

Line 373: l_set_of_books_id := to_number(psp_general.get_specific_profile('GL_SET_OF_BKS_ID'));

369: aname => 'NOTE');
370:
371: l_business_group_id := to_number(psp_general.get_specific_profile('PER_BUSINESS_GROUP_ID'));
372:
373: l_set_of_books_id := to_number(psp_general.get_specific_profile('GL_SET_OF_BKS_ID'));
374:
375: psp_adj_driver.undo_adjustment(l_batch_name, l_business_group_id,
376: l_set_of_books_id,l_comments,
377: l_errbuf, l_return_code);