DBA Data[Home] [Help]

APPS.AP_WEB_CREDIT_CARD_WF dependencies on FND_PROFILE

Line 420: FND_PROFILE.GET('ORG_ID' , l_orgId );

416:
417: --------------------------------------------------------------
418: l_debugInfo := 'Get and Set ORG_ID attribute ';
419: --------------------------------------------------------------
420: FND_PROFILE.GET('ORG_ID' , l_orgId );
421: WF_ENGINE.SetItemAttrNumber(l_itemType, l_itemKey, 'ORG_ID', l_orgId);
422:
423: ------------------------------------------------------
424: l_debugInfo := 'Set WF DATE1 Item Attribute';

Line 944: FND_PROFILE.GET('ORG_ID' , l_orgId );

940:
941: --------------------------------------------------------------
942: l_debugInfo := 'Get and Set ORG_ID attribute ';
943: --------------------------------------------------------------
944: FND_PROFILE.GET('ORG_ID' , l_orgId );
945: WF_ENGINE.SetItemAttrNumber(l_itemType, l_itemKey, 'ORG_ID', l_orgId);
946:
947: --------------------------------------------------------------
948: l_debugInfo := 'Set NUM_RECORDS value ';

Line 1317: FND_PROFILE.GET('ORG_ID' , l_orgId );

1313: l_days := round(l_today - p_billedStartDate);
1314: --------------------------------------------------------------
1315: l_debugInfo := 'Get and Set ORG_ID attribute ';
1316: --------------------------------------------------------------
1317: FND_PROFILE.GET('ORG_ID' , l_orgId );
1318: WF_ENGINE.SetItemAttrNumber(l_itemType, l_itemKey, 'ORG_ID', l_orgId);
1319:
1320: --------------------------------------------------------------
1321: l_debugInfo := 'Set LIST value ';