DBA Data[Home] [Help]

APPS.OKC_WF dependencies on OKC_OUTCOME_INIT_PVT

Line 4: subtype p_outcomerec_type is okc_outcome_init_pvt.p_outcomerec_type;

1: PACKAGE okc_wf authid current_user as
2: /*$Header: OKCRWFSS.pls 120.3 2011/03/10 18:08:59 harchand noship $*/
3:
4: subtype p_outcomerec_type is okc_outcome_init_pvt.p_outcomerec_type;
5: subtype p_outcometbl_type is okc_outcome_init_pvt.p_outcometbl_type;
6: -- we use the above table as outcome's parameters table for building the
7: -- formatted string with the parameters for sending to workflow process
8:

Line 5: subtype p_outcometbl_type is okc_outcome_init_pvt.p_outcometbl_type;

1: PACKAGE okc_wf authid current_user as
2: /*$Header: OKCRWFSS.pls 120.3 2011/03/10 18:08:59 harchand noship $*/
3:
4: subtype p_outcomerec_type is okc_outcome_init_pvt.p_outcomerec_type;
5: subtype p_outcometbl_type is okc_outcome_init_pvt.p_outcometbl_type;
6: -- we use the above table as outcome's parameters table for building the
7: -- formatted string with the parameters for sending to workflow process
8:
9: /* definitions for the above subtypes as it is defined in okc code