DBA Data[Home] [Help]

PACKAGE: APPS.AZW_FLOW

Source


1 PACKAGE AZW_FLOW AUTHID CURRENT_USER AS
2 /* $Header: AZWFLOWS.pls 115.2 99/07/16 19:28:01 porting sh $ */
3 
4 --
5 -- Name:        populate_product_flows
6 -- Description: inserts implementation flows from WF tables into
7 --              AZ_PRODUCT_FLOWS table
8 -- Parameters:  none
9 --
10 
11   PROCEDURE populate_product_flows;
12 
13 END AZW_FLOW;