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 1090: -- get acct_period_id from routine invttmtx.tdatechk

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

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

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