DBA Data[Home] [Help]

APPS.EAM_COMPLETION dependencies on INVTTMTX

Line 939: -- this boolean need to pass to invttmtx.tdatechk

935: l_locator NUMBER := null;
936: l_lot_number VARCHAR2(80) := null;
937: i_maintenance_source_id NUMBER; -- added as part of bug #2774571 to check whether the work order is of 'EAM' or 'CMRO'
938:
939: -- this boolean need to pass to invttmtx.tdatechk
940: i_open_past_period BOOLEAN;
941:
942: /* --replaced with select statement for bug #2414513.
943: | -- Cursor to hold all child jobs information

Line 1093: -- get acct_period_id from routine invttmtx.tdatechk

1089: return;
1090: end if;
1091: end if; /* end if for fix 2446276 */
1092:
1093: -- get acct_period_id from routine invttmtx.tdatechk
1094: -- this routine will return the value via acct_period_id OUT variable
1095: -- open_past_period is an IN OUT boolean
1096: invttmtx.tdatechk(i_org_id,x_transaction_date,i_acct_period_id,
1097: i_open_past_period);

Line 1096: invttmtx.tdatechk(i_org_id,x_transaction_date,i_acct_period_id,

1092:
1093: -- get acct_period_id from routine invttmtx.tdatechk
1094: -- this routine will return the value via acct_period_id OUT variable
1095: -- open_past_period is an IN OUT boolean
1096: invttmtx.tdatechk(i_org_id,x_transaction_date,i_acct_period_id,
1097: i_open_past_period);
1098:
1099: -- Check whether the transaction type is Complete or Uncomplete
1100: If (x_transaction_type = 1) then -- Complete Transaction