DBA Data[Home] [Help]

APPS.PQH_SS_HISTORY dependencies on PQH_SS_HISTORY

Line 1: Package body pqh_ss_history as

1: Package body pqh_ss_history as
2: /* $Header: pqhstswi.pkb 120.2 2005/10/04 12:24:09 snachuri noship $*/
3:
4:
5: g_package constant varchar2(25) := 'pqh_ss_history.';

Line 5: g_package constant varchar2(25) := 'pqh_ss_history.';

1: Package body pqh_ss_history as
2: /* $Header: pqhstswi.pkb 120.2 2005/10/04 12:24:09 snachuri noship $*/
3:
4:
5: g_package constant varchar2(25) := 'pqh_ss_history.';
6: g_debug boolean ;
7:
8: procedure getRoleOrigSysInfo(p_item_type in varchar2,
9: p_item_key in varchar2,

Line 403: IF ( pqh_ss_history.G_ACTION = '_EDIT') THEN

399: if ( funmode = 'RUN' ) THEN
400: -- Check if package variable is set to indicate that
401: -- Transaction was edited before submit. If yes
402:
403: IF ( pqh_ss_history.G_ACTION = '_EDIT') THEN
404: -- reset the variable and
405: -- Change the action appropriately
406: l_action := l_action||pqh_ss_history.G_ACTION ;
407: pqh_ss_history.G_ACTION := '';

Line 406: l_action := l_action||pqh_ss_history.G_ACTION ;

402:
403: IF ( pqh_ss_history.G_ACTION = '_EDIT') THEN
404: -- reset the variable and
405: -- Change the action appropriately
406: l_action := l_action||pqh_ss_history.G_ACTION ;
407: pqh_ss_history.G_ACTION := '';
408:
409: l_transactionId :=
410: pqh_ss_workflow.get_transaction_id (

Line 407: pqh_ss_history.G_ACTION := '';

403: IF ( pqh_ss_history.G_ACTION = '_EDIT') THEN
404: -- reset the variable and
405: -- Change the action appropriately
406: l_action := l_action||pqh_ss_history.G_ACTION ;
407: pqh_ss_history.G_ACTION := '';
408:
409: l_transactionId :=
410: pqh_ss_workflow.get_transaction_id (
411: p_itemType => itemType

Line 1329: end pqh_ss_history;

1325: --
1326: END;
1327:
1328:
1329: end pqh_ss_history;