DBA Data[Home] [Help]

APPS.ZPB_WF dependencies on FND_PROFILE

Line 136: schedProfileOption:= FND_PROFILE.VALUE_SPECIFIC('ZPB_BPSCHEDULER_TYPE', OwnerId);

132: return;
133: end if;
134:
135:
136: schedProfileOption:= FND_PROFILE.VALUE_SPECIFIC('ZPB_BPSCHEDULER_TYPE', OwnerId);
137:
138: -- BUG 4291814 - WORKFLOW COMPONENTS: START BP EXTERNALLY
139: if schedProfileOption<>'DEBUG' then
140:

Line 1683: DataAW := fnd_profile.VALUE_SPECIFIC('ZPB_APPMGR_AW_NAME', ownerID, respID, respAppID);

1679: InstancesToKeepT := v_params.value;
1680: InstancesToKeep := to_number(InstancesToKeepT);
1681: end loop;
1682:
1683: DataAW := fnd_profile.VALUE_SPECIFIC('ZPB_APPMGR_AW_NAME', ownerID, respID, respAppID);
1684:
1685: -- obsolete instances MARKED_FOR_DELETION
1686: if InstancesToKeep >= 0 then
1687:

Line 2115: schedProfileOption:= FND_PROFILE.VALUE_SPECIFIC('ZPB_BPSCHEDULER_TYPE', OwnerId);

2111:
2112: -- if freq type is one-time-only, only create a new instance if
2113: -- there are no active instance of this BP
2114:
2115: schedProfileOption:= FND_PROFILE.VALUE_SPECIFIC('ZPB_BPSCHEDULER_TYPE', OwnerId);
2116:
2117: resultout :='COMPLETE:BYPASS';
2118:
2119: wf_engine.SetItemAttrText(Itemtype => ItemType,