DBA Data[Home] [Help]

APPS.PO_RELGEN_PKG dependencies on PO_KANBAN_SV

Line 264: PO_KANBAN_SV.Update_Card_Status ('IN_PROCESS',

260: creation and Kanban updation as one transaction and if the next
261: Releases needed to be Rolled back we also lost the Kanban Card
262: Updation for the previous Release. */
263:
264: PO_KANBAN_SV.Update_Card_Status ('IN_PROCESS',
265: 'RELEASE',
266: x_po_release_id,
267: x_kanban_return_status);
268:

Line 528: PO_KANBAN_SV.Update_Card_Status ('IN_PROCESS',

524: --
525:
526: --Moved Kanban Execution here
527: --Bug# 2485087, Updating Kanban for Last Release Created.
528: PO_KANBAN_SV.Update_Card_Status ('IN_PROCESS',
529: 'RELEASE',
530: x_po_release_id,
531: x_kanban_return_status);
532: --