DBA Data[Home] [Help]

APPS.PQH_TCT_WIZARD_PKG dependencies on STANDARD

Line 10: -- This function checks if standard setup is already complete for the

6: type warnings_tab is table of warnings_rec index by binary_integer;
7: --
8: -----------------------------------------------------------------------------
9: --
10: -- This function checks if standard setup is already complete for the
11: -- transaction category and returns TRUE if standard setup is complete .
12: -- It returns FALSE if standard setup has not yet been done.
13: --
14: Function chk_if_setup_finish(p_transaction_category_id in number,

Line 11: -- transaction category and returns TRUE if standard setup is complete .

7: --
8: -----------------------------------------------------------------------------
9: --
10: -- This function checks if standard setup is already complete for the
11: -- transaction category and returns TRUE if standard setup is complete .
12: -- It returns FALSE if standard setup has not yet been done.
13: --
14: Function chk_if_setup_finish(p_transaction_category_id in number,
15: p_setup_type out nocopy varchar2)

Line 12: -- It returns FALSE if standard setup has not yet been done.

8: -----------------------------------------------------------------------------
9: --
10: -- This function checks if standard setup is already complete for the
11: -- transaction category and returns TRUE if standard setup is complete .
12: -- It returns FALSE if standard setup has not yet been done.
13: --
14: Function chk_if_setup_finish(p_transaction_category_id in number,
15: p_setup_type out nocopy varchar2)
16: Return Boolean;