DBA Data[Home] [Help]

APPS.CTO_MSUTIL_PUB dependencies on FND_GLOBAL

Line 75: gUserId number := nvl(fnd_global.user_id, -1);

71: G_PKG_NAME CONSTANT VARCHAR2(30) := 'CTO_MSUTIL_PUB';
72: TYPE TAB_BCOL is TABLE of bom_cto_order_lines%rowtype index by binary_integer ;
73: gMrpAssignmentSet number ;
74:
75: gUserId number := nvl(fnd_global.user_id, -1);
76: gLoginId number := nvl(fnd_global.login_id, -1);
77:
78: type x_orgs_tbl_type is table of number index by binary_integer; --Bugfix 7522447/7410091
79: x_orgs_tbl x_orgs_tbl_type; --Bugfix 7522447/7410091

Line 76: gLoginId number := nvl(fnd_global.login_id, -1);

72: TYPE TAB_BCOL is TABLE of bom_cto_order_lines%rowtype index by binary_integer ;
73: gMrpAssignmentSet number ;
74:
75: gUserId number := nvl(fnd_global.user_id, -1);
76: gLoginId number := nvl(fnd_global.login_id, -1);
77:
78: type x_orgs_tbl_type is table of number index by binary_integer; --Bugfix 7522447/7410091
79: x_orgs_tbl x_orgs_tbl_type; --Bugfix 7522447/7410091
80:

Line 1376: gUserId := nvl(fnd_global.user_id, -1);

1372: -- pLineId is the line_id of the model line
1373: --
1374:
1375: lStmtNumber := 10;
1376: gUserId := nvl(fnd_global.user_id, -1);
1377: gLoginId := nvl(fnd_global.login_id, -1);
1378:
1379: /* get top model's ato_line_id */
1380: --

Line 1377: gLoginId := nvl(fnd_global.login_id, -1);

1373: --
1374:
1375: lStmtNumber := 10;
1376: gUserId := nvl(fnd_global.user_id, -1);
1377: gLoginId := nvl(fnd_global.login_id, -1);
1378:
1379: /* get top model's ato_line_id */
1380: --
1381: -- The column top_model_line_id in bom_cto_src_orgs is being used