DBA Data[Home] [Help]

APPS.PSP_WF_ADJ_PKG dependencies on PSP_ADJ_DRIVER

Line 109: *This procedure is called from generate_lines procedure in PSP_ADJ_DRIVER

105:
106: END update_adj_ctrl_table;
107:
108: /*****************************************************************************
109: *This procedure is called from generate_lines procedure in PSP_ADJ_DRIVER
110: *when user submits the Adjustment Batch.
111: ****************************************************************************/
112: PROCEDURE init_workflow(p_batch_name IN VARCHAR2,
113: p_person_id IN NUMBER,

Line 375: psp_adj_driver.undo_adjustment(l_batch_name, l_business_group_id,

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);
378: IF (l_return_code = 0) THEN
379: result := 'COMPLETE';